Skip to content

Commit

Permalink
refactor: Update import statement for simulate_dipole in batch_simula…
Browse files Browse the repository at this point in the history
…te.py
  • Loading branch information
samadpls committed Jul 5, 2024
1 parent a5e51aa commit ff8b019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/batch_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Mainak Jas <[email protected]>

from joblib import Parallel, delayed
from hnn_core import simulate_dipole
from . import simulate_dipole
from .network_models import (jones_2009_model,
calcium_model, law_2021_model)

Expand Down

0 comments on commit ff8b019

Please sign in to comment.