Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 8, 2024
1 parent 9c3fd4d commit 1349ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_petab_sciml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
source ./venv/bin/activate \
&& pytest --cov-report=xml:coverage.xml \
--cov=./ python/tests/sciml/test_sciml.py
--cov=./ tests/sciml/test_sciml.py
- name: Codecov
if: github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev'
Expand Down
2 changes: 1 addition & 1 deletion python/sdist/amici/jax/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def _sigmays(
in_axes=(0, 0, None, None, 0),
)(ts, xs, p, tcl, iys)

# @eqx.filter_jit
@eqx.filter_jit
def simulate_condition(
self,
p: jt.Float[jt.Array, "np"],
Expand Down

0 comments on commit 1349ddb

Please sign in to comment.