Skip to content

Commit

Permalink
Update misc_omnisphero.py
Browse files Browse the repository at this point in the history
Closed dangling zip file IO stream
  • Loading branch information
NilsFo authored Apr 12, 2021
1 parent 3775ef5 commit bd6e8fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc_omnisphero.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ def hdf5_loader_worker(filename: str, path: str, pattern: str, suffix_data: str,
# input_zip = ZipFile(path + os.sep + filename)
# zipped_data_name = input_zip.namelist()[0]
# data = input_zip.read(zipped_data_name)
# input_zip.close()
#
# f = h5py.File(data, 'r')
# worker_x = read_hdf5_content(f, gp_current, gp_max, pattern, filename, well_regex, normalize_enum,
# terminal_columns, verbose, best_well_max, best_well_min)
Expand Down

0 comments on commit bd6e8fc

Please sign in to comment.