Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Apr 23, 2024
1 parent b3bbbb6 commit fa67fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_intertidal.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def satellite_ds():
"""
Loads a pre-generated timeseries of satellite data from NetCDF.
"""
return xr.open_dataset("tests/data/satellite_ds.pickle")
return xr.open_dataset("tests/data/satellite_ds.nc")


@pytest.mark.dependency()
Expand Down

0 comments on commit fa67fec

Please sign in to comment.