Skip to content

Commit

Permalink
remove bugged line
Browse files Browse the repository at this point in the history
  • Loading branch information
AntSimi committed Nov 20, 2024
1 parent 2dc4043 commit 986f1d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/py_eddy_tracker/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def get_remote_demo_sample(path):
else:
try:
import py_eddy_tracker_sample_id
py_eddy_tracker_sample_id.get_remote_demo_sample()
if path.endswith(".nc"):
return py_eddy_tracker_sample_id.get_remote_demo_sample(path)
content = open(py_eddy_tracker_sample_id.get_remote_demo_sample(f"{path}.tar.xz"), "rb").read()
Expand Down

0 comments on commit 986f1d7

Please sign in to comment.