Skip to content

Commit

Permalink
refactor: reordered arguments in add_bursty_drive call in _init_netwo…
Browse files Browse the repository at this point in the history
…rk_from_widgets
  • Loading branch information
gtdang committed Aug 7, 2024
1 parent 57a1eca commit a6f1461
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 @@ -1825,10 +1825,10 @@ def _init_network_from_widgets(params, dt, tstop, single_simulation_data,
name=drive['name'],
tstart=drive['tstart'].value,
tstart_std=drive['tstart_std'].value,
tstop=drive['tstop'].value,
burst_rate=drive['burst_rate'].value,
burst_std=drive['burst_std'].value,
location=drive['location'],
tstop=drive['tstop'].value,
weights_ampa=weights_ampa,
weights_nmda=weights_nmda,
synaptic_delays=synaptic_delays,
Expand Down

0 comments on commit a6f1461

Please sign in to comment.