Skip to content

Commit

Permalink
fix batch_run tree
Browse files Browse the repository at this point in the history
  • Loading branch information
msabvid committed Feb 20, 2024
1 parent d3dd2d4 commit c8ae57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/source/pages/batch_runner_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In this example we will re-use the previous example
which initialises a set of agents, transfers tokens to one of the agents, then
runs the simulation.

The sampling can then be run using the :py:meth:`verbs.sim.batch_runner.batch_run`
The sampling can then be run using the :py:meth:`verbs.batch_runner.batch_run`
function, providing the ``sim_func`` function and a set of parameters to sample over

.. code-block:: python
Expand Down

0 comments on commit c8ae57b

Please sign in to comment.