Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove bugged line
  • Loading branch information
AntSimi committed Nov 20, 2024
commit 986f1d7390fa014b7b169b0627846b595a67621c
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
Loading