mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 03:55:38 -04:00
6 lines
252 B
Python
6 lines
252 B
Python
from tests.testing_harness import PlotTestHarness
|
|
from tests.regression_tests import config
|
|
|
|
def test_plot():
|
|
harness = PlotTestHarness(('plot_1.png', 'example1.png', 'example2.png', 'example3.png', 'orthographic_example1.png'))
|
|
harness.main()
|