Skip to content

Commit

Permalink
WIP - pytest should fail after changing ic parameter, for testing git…
Browse files Browse the repository at this point in the history
…hub CI
  • Loading branch information
rjleveque committed May 13, 2024
1 parent 5f178e4 commit 0371e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acoustics_1d_heterogeneous/setrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def setrun(claw_pkg='classic'):
#------------------------------------------------------------------
# Sample setup to write one line to setprob.data ...
probdata = rundata.new_UserData(name='probdata',fname='setprob.data')
probdata.add_param('ic', 1, 'Initial condition type')
probdata.add_param('ic', 3, 'Initial condition type')
probdata.add_param('beta', 5., 'Gaussian hump width parameter')
probdata.add_param('rhol', 1., 'Density left of interface')
probdata.add_param('cl', 1., 'Sound speed left of interface')
Expand Down

0 comments on commit 0371e25

Please sign in to comment.