OpenMC/tests/regression_tests/plot_projections/test.py
Gavin Ridley 81b7388624
Raytrace plots (#2655)
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-02-18 03:11:54 +00:00

9 lines
403 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',
'phong.png', 'phong_diffuse.png',
'phong_move_light.png'))
harness.main()