Skip to content

Commit

Permalink
test case now works
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPCoster committed Dec 4, 2023
1 parent f690e2c commit f4c2a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_action_replace.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import pytest


@pytest.mark.skip(reason="fipy nonsense")
###@pytest.mark.skip(reason="fipy nonsense")
def test_action_replace():
params = {
"Qe_tot": {"type": "float", "min": 1.0e6, "max": 50.0e6, "default": 2e6},
Expand Down

0 comments on commit f4c2a88

Please sign in to comment.