OpenMC/tests/regression_tests/plot_overlaps/test.py

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

9 lines
256 B
Python
Raw Permalink Normal View History

from tests.testing_harness import PlotTestHarness
from tests.regression_tests import config
2019-06-14 09:48:21 -05:00
def test_plot_overlap():
2021-09-30 16:28:05 -05:00
harness = PlotTestHarness(('plot_1.png', 'plot_2.png', 'plot_3.png',
'plot_4.h5'))
harness.main()