We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62cc3f commit d603347Copy full SHA for d603347
tests/firedrake/demos/test_demos_run.py
@@ -19,6 +19,7 @@
19
20
SERIAL_DEMOS = [
21
Demo(("benney_luke", "benney_luke"), ["vtk"]),
22
+ Demo(("boussinesq", "boussinesq"), []),
23
Demo(("burgers", "burgers"), ["vtk"]),
24
Demo(("camassa-holm", "camassaholm"), ["vtk"]),
25
Demo(("DG_advection", "DG_advection"), ["matplotlib"]),
0 commit comments