We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336f8a6 commit 62f5f29Copy full SHA for 62f5f29
1 file changed
test.py
@@ -47,6 +47,8 @@ def do_tests(build, out_file, do_standalone=True, do_main=True,
47
tests.append(PyroTest("advection_rk", "smooth", "inputs.smooth", opts))
48
tests.append(PyroTest("advection_fv4",
49
"smooth", "inputs.smooth", opts))
50
+ tests.append(PyroTest("advection_nonuniform",
51
+ "slotted", "inputs.slotted", opts))
52
tests.append(PyroTest("compressible", "quad", "inputs.quad", opts))
53
tests.append(PyroTest("compressible", "sod", "inputs.sod.x", opts))
54
tests.append(PyroTest("compressible", "rt", "inputs.rt", opts))
0 commit comments