OpenMC/tests/regression_tests/plot_projections/test.py

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

10 lines
403 B
Python
Raw Permalink Normal View History

from tests.testing_harness import PlotTestHarness
2021-12-14 15:37:40 -05:00
from tests.regression_tests import config
def test_plot():
harness = PlotTestHarness(('plot_1.png', 'example1.png', 'example2.png',
'example3.png', 'orthographic_example1.png',
'phong.png', 'phong_diffuse.png',
'phong_move_light.png'))
2021-12-14 15:37:40 -05:00
harness.main()