Skip to content

Commit

Permalink
sim duration
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoLehmann committed Apr 21, 2017
1 parent 2371a57 commit 8fbf88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neurodynex/test/test_decision_making.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@


def test_sim_decision_making_network():
"""Test if the decision making circuit is initialized and simulated for 7ms"""
"""Test if the decision making circuit is initialized and simulated for 3ms"""
b2.defaultclock.dt = 0.2 * b2.ms
results = decision_making\
.sim_decision_making_network(
N_Excit=20, N_Inhib=5, weight_scaling_factor=10., t_stimulus_start=0 * b2.ms,
t_stimulus_duration=9999 * b2.ms, coherence_level=.5, stimulus_update_interval=2 * b2.ms,
nu0_mean_stimulus_Hz=100., nu0_std_stimulus_Hz=2., N_extern=10, firing_rate_extern=9.5 * b2.Hz,
w_pos=1.70, f_Subpop_size=0.30, max_sim_time=7. * b2.ms,
w_pos=1.70, f_Subpop_size=0.30, max_sim_time=3. * b2.ms,
stop_condition_rate=None, monitored_subset_size=5)

assert "rate_monitor_A" in results, \
Expand Down

0 comments on commit 8fbf88e

Please sign in to comment.