Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arielleleon authored Nov 10, 2023
1 parent f3e0683 commit afc9bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suite2p/io/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def find_files_open_binaries(ops1, ish5=False):
input_format = "h5"
print(input_format)
if input_format == "h5":
print(f"OPS1 h5py: {ops1[0]['h5py']}")
if ops1[0]["h5py"]:
fs = ops1[0]["h5py"]
else:
Expand Down

0 comments on commit afc9bff

Please sign in to comment.