From 0fbc56fc0eae1a65fd0e135552cf871a2b140fe5 Mon Sep 17 00:00:00 2001 From: Matthias Wolf Date: Tue, 19 Mar 2024 16:16:56 +0100 Subject: [PATCH] See if this patches up simulation tests. --- .github/workflows/simulation_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/simulation_test.yml b/.github/workflows/simulation_test.yml index 7a4d98fbd..e3acbd311 100644 --- a/.github/workflows/simulation_test.yml +++ b/.github/workflows/simulation_test.yml @@ -96,10 +96,10 @@ jobs: cp core/hoc/* tests/share/hoc/ export HOC_LIBRARY_PATH=$(pwd)/tests/share/hoc # launch simulation with NEURON - mpirun -np 2 ./x86_64/special -mpi -python init.py --configFile=tests/simulations/usecase3/simulation_sonata.json + mpirun -np 2 ./x86_64/special -mpi -python neurodamus/data/init.py --configFile=tests/simulations/usecase3/simulation_sonata.json ls tests/simulations/usecase3/reporting/*.h5 # launch simulation with CORENEURON - mpirun -np 2 ./x86_64/special -mpi -python init.py --configFile=tests/simulations/usecase3/simulation_sonata_coreneuron.json + mpirun -np 2 ./x86_64/special -mpi -python neurodamus/data/init.py --configFile=tests/simulations/usecase3/simulation_sonata_coreneuron.json ls tests/simulations/usecase3/reporting_coreneuron/*.h5 # - name: live debug session, comment out