mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
8 lines
256 B
Python
8 lines
256 B
Python
from tests.testing_harness import PlotTestHarness
|
|
from tests.regression_tests import config
|
|
|
|
|
|
def test_plot_overlap():
|
|
harness = PlotTestHarness(('plot_1.png', 'plot_2.png', 'plot_3.png',
|
|
'plot_4.h5'))
|
|
harness.main()
|