From a5d835dfc8cb3592220990ed8c8319ee8b1e85af Mon Sep 17 00:00:00 2001 From: Abdul Samad Siddiqui Date: Fri, 5 Jul 2024 19:56:11 +0500 Subject: [PATCH] Update hnn_core/batch_simulate.py Co-authored-by: Nicholas Tolley <55253912+ntolley@users.noreply.github.com> --- hnn_core/batch_simulate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnn_core/batch_simulate.py b/hnn_core/batch_simulate.py index 2644a0eccb..b0a04d4ad5 100644 --- a/hnn_core/batch_simulate.py +++ b/hnn_core/batch_simulate.py @@ -6,7 +6,7 @@ # Mainak Jas from joblib import Parallel, delayed -from hnn_core import simulate_dipole +from .dipole import simulate_dipole from .network_models import (jones_2009_model, calcium_model, law_2021_model)