Skip to content

Commit

Permalink
Fix always-true network shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Mar 6, 2024
1 parent ff9380b commit d905d79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/miv_simulator/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -2063,8 +2063,6 @@ def run(

if rank == 0 and output:
io_utils.lfpout(env, env.results_file_path)
if shutdown:
del env.cells

comptime = env.pc.step_time()
cwtime = comptime + env.pc.step_wait()
Expand Down

0 comments on commit d905d79

Please sign in to comment.