From 064651056b282a464c5d9595246bc4b1b12cdddf Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 5 Nov 2024 19:04:01 +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 aed1fa7ad8..49fdee1875 100755 --- a/scripts/run-python-tests.sh +++ b/scripts/run-python-tests.sh @@ -14,7 +14,7 @@ fi cd "${amici_path}"/python/tests source "${amici_path}"/venv/bin/activate -find python/ -name '_amici.cpy*' -exec ldd {} \; +find "${amici_path}"/python -name '_amici.cpy*' -exec ldd {} \; # PEtab tests are run separately python -m pytest -s \