Closed aymanzay closed 3 years ago
test_dict_to_h5() was opening h5py files without using a context manager.
test_dict_to_h5()
Locally and Travis
Replaced vanilla h5 file open with context manager
None
Issue being fixed or feature implemented
test_dict_to_h5()
was opening h5py files without using a context manager.How Has This Been Tested?
Locally and Travis
What Was Done?
Replaced vanilla h5 file open with context manager
Breaking Changes
None
Checklists