OpenMC/tests/regression_tests/plot/test.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
248 B
Python
Raw Permalink Normal View History

from tests.testing_harness import PlotTestHarness
from tests.regression_tests import config
2016-01-19 12:32:22 -06:00
def test_plot():
2021-09-30 16:28:05 -05:00
harness = PlotTestHarness(('plot_1.png', 'plot_2.png', 'plot_3.png',
'plot_4.h5'))
harness.main()