Skip to content

Commit

Permalink
Close bmlab session after loading data (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
raimund-schluessler authored May 13, 2022
1 parent 4d2fa35 commit ca4861c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impose/formats/fmt_bm_bmlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def load_h5(path):
evc.get_data(key)
channels[key_prefix + key] = data

session.clear()

# create a unique signature for this dataset
p1 = get_valid_source(path)
p2 = get_session_file_path(p1)
Expand Down

0 comments on commit ca4861c

Please sign in to comment.