Skip to content

Commit

Permalink
Do not print nwbfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 25, 2023
1 parent c439123 commit b0b566c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/read_dandi/test_read_dandi.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def test_read_first_nwb_asset(self):
try:
with NWBHDF5IO(path=s3_url, load_namespaces=True, driver="ros3") as io:
nwbfile = io.read()
print(nwbfile)
except Exception as e:
print(traceback.format_exc())
failed_reads[dandiset] = e
Expand Down

0 comments on commit b0b566c

Please sign in to comment.