Skip to content

Commit

Permalink
Fix: prep8
Browse files Browse the repository at this point in the history
Signed-off-by: samadpls <[email protected]>
  • Loading branch information
samadpls committed Aug 8, 2024
1 parent 1a67694 commit 1d54ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/howto/plot_batch_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def summary_func(results):


# Run the batch simulation and collect the results.
batch_simulation = BatchSimulate(net=jones_2009_model(mesh_shape=(3, 3)),
net = jones_2009_model(mesh_shape=(3, 3))
batch_simulation = BatchSimulate(net=net,
set_params=set_params,
summary_func=summary_func)
simulation_results = batch_simulation.run(param_grid,
Expand Down

0 comments on commit 1d54ffb

Please sign in to comment.