Skip to content

Commit e35708b

Browse files
authored
Merge pull request #52 from LimnoTech/expand-test-cases
Fix IQUAL not prefix mapping
2 parents 1ebb150 + bea1708 commit e35708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HSP2tools/HDF5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class HDF5:
1313

14-
REQUIRES_MAPPING = ['GQUAL','CONS']
14+
REQUIRES_MAPPING = ['GQUAL','CONS','IQUAL']
1515

1616
def __init__(self, file_name:str) -> None:
1717
self.file_name = file_name

0 commit comments

Comments
 (0)