mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 22:45:33 -04:00
11 lines
278 B
Python
11 lines
278 B
Python
import pytest
|
|
|
|
from tests.testing_harness import PlotTestHarness
|
|
from tests.regression_tests import config
|
|
|
|
|
|
vtk = pytest.importorskip('vtk')
|
|
|
|
def test_plot_voxel():
|
|
harness = PlotTestHarness(('plot_4.h5', 'plot.vti'), voxel_convert_checks=['plot_4.h5'])
|
|
harness.main()
|