Skip to content
Snippets Groups Projects
Commit 84a2438e authored by pswain's avatar pswain
Browse files

fix(parse_h5): removed spurious breakpoint

parent 19d1dbc1
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ def parse_h5(filepath, full=False):
print("\nattributes")
print("--------")
print(f.attrs.keys())
breakpoint()
print("\ndatasets")
print("--------")
print(list(f.keys()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment