We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f8ec8 commit 2b81d95Copy full SHA for 2b81d95
1 file changed
n3fit/src/n3fit/checks.py
@@ -571,4 +571,6 @@ def fktable_hasher(data):
571
for dataset in data.datasets:
572
fkspecs = dataset.fkspecs
573
for fk in fkspecs:
574
- print(fk.fkpath)
+ fkpath = fk.fkpath
575
+ fkhash = hashlib.md5(fkpath.read_bytes()).hexdigest()
576
+
0 commit comments