File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -396,6 +396,9 @@ def test_petab_v2_boehm():
396396 assert local_result .fval < local_result .fval0
397397
398398
399+ @pytest .mark .filterwarnings (
400+ "ignore:.*distribution.*is not supported in PEtab v2.*:UserWarning"
401+ )
399402def test_petab_v2_schwen ():
400403 problem_id = "Schwen_PONE2014"
401404 petab_problem = petab .v2 .Problem .from_yaml (
Original file line number Diff line number Diff line change 8181# always install amici from main branch, avoid caching
8282# to skip re-installation, run `tox -e petab --override testenv:petab.commands_pre=`
8383commands_pre =
84- python3 -m pip uninstall -y amici petab_test_suite
84+ python3 -m pip uninstall -y amici petabtests
8585 python3 -m pip install git+https://github.com/AMICI-dev/amici.git@main\# egg=amici&subdirectory=python/sdist
8686 python3 -m pip install git+https://github.com/PEtab-dev/petab_test_suite@a80dd936766d347a86b991d140d3e4a2eeda26bf
8787 python -m pip list
You can’t perform that action at this time.
0 commit comments