From 23374a8e7068435b89bd74847b1833644e4c3bba Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 5 Nov 2024 18:56:21 +0100 Subject: [PATCH] .. --- scripts/run-python-tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/run-python-tests.sh b/scripts/run-python-tests.sh index c8ab2c3efa..aed1fa7ad8 100755 --- a/scripts/run-python-tests.sh +++ b/scripts/run-python-tests.sh @@ -14,8 +14,10 @@ fi cd "${amici_path}"/python/tests source "${amici_path}"/venv/bin/activate +find python/ -name '_amici.cpy*' -exec ldd {} \; + # PEtab tests are run separately -lldb --batch -o "run" -o "bt" -o "quit" -- python -m pytest -s \ +python -m pytest -s \ --ignore-glob=*petab* \ --ignore-glob=*test_splines.py \ --durations=10 \