Skip to content

Commit

Permalink
Another skip
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman committed Dec 26, 2024
1 parent 3e7b90c commit 0484916
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/test_solvers/test_idaklu_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@ def test_getvar_scalar_float_f(
)
np.testing.assert_allclose(out, sim[outvar](float(t_eval[k])))

@pytest.mark.skipif(
sys.platform.lower().startswith("win"),
reason="IDAKLU-Jax is experimental on Windows",
)
@pytest.mark.parametrize(
"output_variables,idaklu_jax_solver,f,wrapper", make_test_cases()
)
Expand Down

0 comments on commit 0484916

Please sign in to comment.