Skip to content

Commit 2c87486

Browse files
committed
Decreased the list of mean_w to test.
1 parent 81b520a commit 2c87486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modelTestingScripts/27_STDP_revised_ali_code_method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def plot_network_mean_weight_over_time(n_neurons:int=300,
4949
n_sim:int=10000,
5050
sim_duration:float=100,
5151
proba_conn:float=0.08,
52-
mean_w:list=[0.1, 0.3, 0.5, 0.7, 0.9],
52+
mean_w:list=[0.1, 0.2, 0.3, 0.5],
5353
export_iteration_skip:int=10,
5454
plot_dim:tuple=(25, 10)):
5555
"""Plot the mean network weight over time."""

0 commit comments

Comments
 (0)