updating snapshot and loading datasets
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user