Skip to content

Commit

Permalink
added BatchSimulate on api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
samadpls committed Jul 5, 2024
1 parent b776702 commit 7ba6e2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ Parallel backends (:py:mod:`hnn_core.parallel_backends`):
MPIBackend
JoblibBackend

Batch Simulation (:py:mod:`hnn_core.batch_simulate`):
---------------------------------------------------------
.. currentmodule:: hnn_core.batch_simulate

.. autosummary::
:toctree: generated/

BatchSimulate

Input and Output:
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from hnn_core import jones_2009_model

# The number of cores may need modifying depending on your current machine.
n_jobs = 3
n_jobs = 10
###########################################################################


Expand Down

0 comments on commit 7ba6e2a

Please sign in to comment.