Skip to content

Commit

Permalink
Update tests/read_dandi/test_read_dandi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 25, 2023
1 parent 32d62ac commit 0edb290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/read_dandi/test_read_dandi.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_read_first_nwb_asset(self):

try:
with NWBHDF5IO(path=s3_url, load_namespaces=True, driver="ros3") as io:
nwbfile = io.read()
io.read()
except Exception as e:
print(traceback.format_exc())
failed_reads[dandiset] = e
Expand Down

0 comments on commit 0edb290

Please sign in to comment.