From 91f84e3465aa0753cfd17b315b3a4d444636ed90 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 5 Nov 2024 18:25:22 +0100 Subject: [PATCH] .. --- scripts/run-python-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-python-tests.sh b/scripts/run-python-tests.sh index c6c8040d31..e54490e3ee 100755 --- a/scripts/run-python-tests.sh +++ b/scripts/run-python-tests.sh @@ -15,7 +15,7 @@ cd "${amici_path}"/python/tests source "${amici_path}"/venv/bin/activate # PEtab tests are run separately -python -m pytest -s \ +gdb -q -ex "run" -ex "bt" -ex "quit" --args python -m pytest -s \ --ignore-glob=*petab* \ --ignore-glob=*test_splines.py \ --durations=10 \