mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 22:45:33 -04:00
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
9 lines
403 B
Python
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()
|