Skip to content

Commit

Permalink
fix EBSSA test sample file path
Browse files Browse the repository at this point in the history
  • Loading branch information
biphasic committed Nov 23, 2023
1 parent db13037 commit 3ce48ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class EBSSATestCase(dataset_utils.DatasetTestCase):
def inject_fake_data(self, tmpdir):
testfolder = os.path.join(tmpdir, "EBSSA")
os.makedirs(testfolder, exist_ok=True)
filename = "A5ooN9edo7TnNPx/download/labelled_ebssa.h5"
filename = "Jpw3Adae5kReMrN/download/labelled_ebssa.h5"
download_url(
url=base_url + filename, root=testfolder, filename="labelled_ebssa.h5"
)
Expand Down

0 comments on commit 3ce48ad

Please sign in to comment.