Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 5, 2024
1 parent 208dec1 commit 23374a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/run-python-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 23374a8

Please sign in to comment.