From 0371e25495aa91b85f3b22fa94d021926190d87c Mon Sep 17 00:00:00 2001 From: Randy LeVeque Date: Mon, 13 May 2024 08:17:20 -0700 Subject: [PATCH] WIP - pytest should fail after changing ic parameter, for testing github CI --- tests/acoustics_1d_heterogeneous/setrun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acoustics_1d_heterogeneous/setrun.py b/tests/acoustics_1d_heterogeneous/setrun.py index 59c5ceb..fbfecd0 100644 --- a/tests/acoustics_1d_heterogeneous/setrun.py +++ b/tests/acoustics_1d_heterogeneous/setrun.py @@ -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')