updating snapshot and loading datasets

This commit is contained in:
2024-09-11 17:06:10 +02:00
parent 24cbccb6a6
commit 26eebc650b
5 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ def loadSnap(filename):
if '.' in val:
res[pv]=float(val)
else:
res[pv]= val
res[pv]= val # might be string!!!!
return res