Skip to content

Commit

Permalink
'reset' option correction
Browse files Browse the repository at this point in the history
  • Loading branch information
traducha committed May 26, 2022
1 parent 1b38b26 commit ce97840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def run_experiment(n=None, epsilon=None, sample_size=None, therm_time=None, n_ze
# we have to reset zealots, otherwise they would have states different than 'zealot_state'
g.vs()["zealot"] = np.zeros(n)
g = add_zealots(g, n_zealots, config.zealot_state, **config.zealots_config)
g = run_thermalization_simple(config, g, epsilon, therm_time, n=n)

g = run_simulation(config, g, epsilon, n * config.mc_steps, n=n)

Expand Down

0 comments on commit ce97840

Please sign in to comment.