mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-05 17:46:29 +02:00
Minor changes
This commit is contained in:
parent
00fc666804
commit
5c806e06bd
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import sys,time,json
|
||||
import numpy as np
|
||||
import esds
|
||||
import esds, json
|
||||
|
||||
def serialize_int64(obj):
|
||||
if isinstance(obj, np.int64):
|
||||
|
@ -112,4 +112,7 @@ class Debug:
|
|||
|
||||
|
||||
def debug_infos(file):
|
||||
print("infos")
|
||||
f=open(file,'r',encoding='utf8')
|
||||
data=json.loads(f.readline())
|
||||
print("Python Version (used during simulation): ", data["python_version"])
|
||||
f.close()
|
||||
|
|
Loading…
Add table
Reference in a new issue