From eb02cda51518d7d82fd7fb174ae42b98a5e9b6da Mon Sep 17 00:00:00 2001 From: ammarcsj <70114795+ammarcsj@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:56:08 +0200 Subject: [PATCH] fix paths --- tests/run_ratio_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/run_ratio_tests.sh b/tests/run_ratio_tests.sh index ee792c8..8034c95 100644 --- a/tests/run_ratio_tests.sh +++ b/tests/run_ratio_tests.sh @@ -4,8 +4,7 @@ cd ratio_tests pip install pytest pip install nbmake==1.5.3 echo "Running ratio tests" -cd tests/ratio_tests pytest --nbmake systemtest_ratio_mixed_species1.ipynb pytest --nbmake systemtest_ratio_mixed_species2.ipynb -cd ../.. +cd .. conda deactivate \ No newline at end of file