diff --git a/examples/howto/plot_hnn_animation.py b/examples/howto/plot_hnn_animation.py index 4cd9aae16d..dc1ae8f888 100644 --- a/examples/howto/plot_hnn_animation.py +++ b/examples/howto/plot_hnn_animation.py @@ -13,6 +13,7 @@ # First, we'll import the necessary modules for instantiating a network and # running a simulation that we would like to animate. import os.path as op + import hnn_core from hnn_core import jones_2009_model, simulate_dipole, read_params from hnn_core.network_models import add_erp_drives_to_jones_model