Skip to content

Commit

Permalink
add back in break
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley committed Aug 6, 2024
1 parent 34dfc7f commit 8c5393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ def _init_network_from_widgets(params, dt, tstop, single_simulation_data,
cell_type = vbox_key.split()[0]
update_function(single_simulation_data['net'], cell_type,
cell_param_list.children)
# break # why is this here?
break # update needed only once per vbox_key

for cell_type in single_simulation_data['net'].cell_types.keys():
single_simulation_data['net'].cell_types[cell_type]._update_end_pts()
Expand Down

0 comments on commit 8c5393f

Please sign in to comment.