Skip to content

Commit

Permalink
Reduce test time and iteration for burgers-goal_based (#255)
Browse files Browse the repository at this point in the history
Closes #248 .

To cut down on the the time the demo takes:
 - reduced max iterations
 - reduced end time

---------

Co-authored-by: acse-ej321 <[email protected]>
  • Loading branch information
acse-ej321 and acse-ej321 authored Dec 11, 2024
1 parent 4e1708a commit 3527ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/adjoint/test_demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"solid_body_rotation.py": {
r"solutions\.export\((.*?)\)": "",
},
"burgers-goal_oriented.py": {
""""maxiter": 35""": """"maxiter": 2""",
"end_time = 0.5": "end_time = 0.125",
},
}


Expand Down

0 comments on commit 3527ad2

Please sign in to comment.