Update get_perf.py
This commit is contained in:
parent
82c8754d71
commit
4a0cd3409a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ filename:str = "def.json"
|
|||
with open(filename) as json_file:
|
||||
minified = jsmin(json_file.read())
|
||||
data = json.loads(minified)
|
||||
number_of_spikes = data["number_of_spikes"]
|
||||
|
||||
|
||||
|
||||
# -------------------------------
|
||||
|
|
Loading…
Reference in a new issue