Skip to content

Commit

Permalink
removed example, test file
Browse files Browse the repository at this point in the history
  • Loading branch information
samadpls committed Jul 5, 2024
1 parent 7ba6e2a commit 0374fff
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 181 deletions.
8 changes: 0 additions & 8 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ 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
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
99 changes: 0 additions & 99 deletions hnn_core/tests/test_batch_simulate.py

This file was deleted.

0 comments on commit 0374fff

Please sign in to comment.