Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 5, 2024
1 parent f777848 commit 978b378
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/run-python-tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Test python model wrapping inside virtual environment

script_path=$(dirname $BASH_SOURCE)
script_path=$(dirname "$BASH_SOURCE")
amici_path=$(cd "$script_path"/.. && pwd)

set -e
Expand All @@ -15,4 +15,7 @@ source "${amici_path}"/build/venv/bin/activate
pip install scipy h5py pytest pytest-cov

# PEtab tests are run separately
pytest --ignore-glob=*petab* --ignore-glob=*test_splines.py
pytest \
--ignore-glob=*petab* \
--ignore-glob=*test_splines.py \
--durations=10

0 comments on commit 978b378

Please sign in to comment.