Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dilan Pathirana <[email protected]>
  • Loading branch information
dweindl and dilpath authored Nov 12, 2024
1 parent 2aefb2f commit fecfb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/ICB-DCM/pyPESTO.git@select_use_old_calibrations#egg=pypesto
git+https://github.com/ICB-DCM/pyPESTO.git@develop#egg=pypesto
tox >= 3.12.4
pre-commit >= 2.10.1
flake8 >= 4.0.1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description =
[testenv:base]
extras = test
deps =
git+https://github.com/ICB-DCM/pyPESTO.git@select_use_old_calibrations\#egg=pypesto
git+https://github.com/ICB-DCM/pyPESTO.git@develop\#egg=pypesto
commands =
pytest --cov=petab_select --cov-report=xml --cov-append test -s
coverage report
Expand Down

0 comments on commit fecfb17

Please sign in to comment.