Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
e7f949cd
Commit
e7f949cd
authored
Jun 29, 2022
by
Martina Locatelli
🍁
Browse files
Fixing unclosed HDF5 file
parent
de74f99b
Pipeline
#2699
passed with stages
in 25 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/chemicalchecker/util/transform/base.py
View file @
e7f949cd
...
...
@@ -104,6 +104,7 @@ class BaseTransform(object):
sign1
.
refresh
()
self
.
reindex_triplets
(
sign1
,
keys
)
data_path
=
sign1
.
data_path
sign1
.
close_hdf5
()
with
h5py
.
File
(
data_path
,
"r+"
)
as
hf
:
if
self
.
tmp
:
keys_
=
hf
[
"keys"
][:]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment