Skip to content

Commit

Permalink
Update test_deprecated.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Sep 25, 2024
1 parent 51355c3 commit f7ebc21
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions argopy/tests/test_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ def test_deprecated_option_ftp():
def test_deprecated_fetcher_argument_ftp():
with pytest.deprecated_call():
argopy.DataFetcher(src='gdac', ftp='https://data-argo.ifremer.fr')

@requires_erddap
def test_deprecated_accessor_filter_data_mode(mocked_erddapserver):
with pytest.deprecated_call():
ds = argopy.DataFetcher(src='erddap', mode='expert', server=mocked_server_address).profile(6902746, 34).to_xarray()
ds.argo.filter_data_mode()

0 comments on commit f7ebc21

Please sign in to comment.