Skip to content

Commit

Permalink
#117: Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddundo committed Oct 31, 2024
1 parent 6f96c36 commit 85ef5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_adjoint/test_demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"burgers-hessian.py": {""""maxiter": 35""": """"maxiter": 3"""},
"gray_scott.py": {
"end_time = 2000.0": "end_time = 10.0",
r"solutions\.export\((.*?)\)": "",
r"solutions\.export\([\s\S]*?\)\s*,?\s*\)?\n?": "",
},
"gray_scott_split.py": {
"end_time = 2000.0": "end_time = 10.0",
r"solutions\.export\((.*?)\)": "",
r"solutions\.export\([\s\S]*?\)\s*,?\s*\)?\n?": "",
},
"point_discharge2d-hessian.py": {""""maxiter": 35""": """"maxiter": 3"""},
"point_discharge2d-goal_oriented.py": {""""maxiter": 35""": """"maxiter": 3"""},
Expand Down

0 comments on commit 85ef5fd

Please sign in to comment.