Skip to content

Commit

Permalink
Increase tstop
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley committed Jun 13, 2021
1 parent d30c3da commit 10e4ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hnn_core/network_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def beta_erp_network(params=None, add_drives_from_params=False):
if params is None:
params = read_params(params_fname)

params['tstop'] = 300.0
net = default_network(params)

# Update biophysics (increase gabab duration of inhibition)
Expand Down

0 comments on commit 10e4ac7

Please sign in to comment.