Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FloraSauerbronn committed Oct 25, 2024
1 parent fc95533 commit 37686f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions gliderpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"GliderDataFetcher",
"plot_track",
"plot_transect",
<<<<<<< HEAD
"plot_cast",
=======
>>>>>>> 2fe5015a6ade7d18d3150995bdd3ff1b6c7f6da6
"plot_ts",
"plot_cast",
]
4 changes: 0 additions & 4 deletions tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ def test_plot_transect_size(glider_data):

@pytest.mark.mpl_image_compare(baseline_dir=root.joinpath("baseline/"))
def test_plot_cast(glider_data):
<<<<<<< HEAD
"""Test plot_ctd accessor."""
=======
"""Test plot_cast accessor."""
>>>>>>> 2fe5015a6ade7d18d3150995bdd3ff1b6c7f6da6
fig, ax = plot_cast(glider_data, 0, var="temperature", color="blue")
return fig

Expand Down

0 comments on commit 37686f1

Please sign in to comment.