Skip to content

Commit

Permalink
windowsでエラーする日本語のコメント文を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogoAkiyama committed Mar 18, 2022
1 parent 8212baa commit 1b15a45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions optinist/rules/scripts/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def save_image(rule):
def save_hdf5(rule):
nwbfile = rule["nwbfile"]

# データの取り出し
with h5py.File(rule["input"], "r") as f:
data = f[rule["hdf5Path"]][:]

Expand Down Expand Up @@ -73,4 +72,3 @@ def save_pickle(pickle_path, info):
save_image(rule)
elif rule["type"] == "hdf5":
save_hdf5(rule)

0 comments on commit 1b15a45

Please sign in to comment.