Skip to content
Snippets Groups Projects
Commit 8a480bbb authored by Eloy Retamino's avatar Eloy Retamino
Browse files

[NRRPLT-0000] fixed changes in nest api 2.18
parent 8d2023fa
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ def launch_cle(argv): # pragma: no cover
finally:
# always attempt to shutdown the CLE launcher and release resources
global simulation
# global simulation
if simulation:
logger.info('Shutting down CLE.')
simulation.shutdown()
......
......@@ -28,7 +28,7 @@ import signal
# import pyNN.nest here to ensure NEST ranks are initialized correctly
import pyNN.nest as sim
import nest
nest.set_debug(False)
nest.ll_api.set_debug(False)
import hbp_nrp_distributed_nest.launch.DistributedCLEProcess as DistCLE
from hbp_nrp_distributed_nest.launch.DistributedNestProcess import launch_brain
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment