Skip to content

Commit

Permalink
update utils testing
Browse files Browse the repository at this point in the history
  • Loading branch information
carleyjmartin committed Sep 5, 2024
1 parent f738911 commit 6910986
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ def test_newcoord(self):
pydarn.GeneralUtils.new_coordinate(100, 50, 100, 30)


class TestUtils_coastline:
def test_coastline(self):
with warnings.catch_warnings(record=True):
pydarn.coast_outline


@pytest.mark.parametrize('tdiff', [0.003, -0.003])
@pytest.mark.parametrize('overwrite', [True, False])
@pytest.mark.parametrize('interferometer_offset', [[0.0, 100.0, 0.0],
Expand Down

0 comments on commit 6910986

Please sign in to comment.