Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 10, 2024
1 parent bf69f2a commit 8e9f056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/va_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

timer.start()

print(f"{ode_id} Creating cell populations...")
print(f"{node_id} Creating cell populations...")
exc_cells = p.Population(
n_exc, celltype(**cell_params), label="Excitatory_Cells", seed=1)
inh_cells = p.Population(
Expand Down Expand Up @@ -246,7 +246,7 @@
print(f"Inhibitory conductance : {Ginh} nS")
print(f"Build time : {buildCPUTime} s")
print(f"Simulation time : {simCPUTime} s")
print(f"Writing time : {writeCPUTime} s" )
print(f"Writing time : {writeCPUTime} s")


# === Finished with simulator ===
Expand Down

0 comments on commit 8e9f056

Please sign in to comment.