Skip to content

Commit

Permalink
removed example
Browse files Browse the repository at this point in the history
  • Loading branch information
samadpls committed Jul 5, 2024
1 parent 7ba6e2a commit 3695b29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 75 deletions.
2 changes: 1 addition & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Parallel backends (:py:mod:`hnn_core.parallel_backends`):
JoblibBackend

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

.. autosummary::
Expand Down
73 changes: 0 additions & 73 deletions examples/howto/plot_batch_simulate.py

This file was deleted.

2 changes: 1 addition & 1 deletion hnn_core/batch_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from joblib import Parallel, delayed
from .dipole import simulate_dipole
from .network_models import (jones_2009_model,
calcium_model, law_2021_model)
calcium_model, law_2021_model)


class BatchSimulate:
Expand Down

0 comments on commit 3695b29

Please sign in to comment.