mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Adding call to to the voxel conversion script.
This commit is contained in:
parent
c67d1e3d59
commit
e9672ca1dd
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import glob
|
||||
import hashlib
|
||||
import os
|
||||
|
||||
from subprocess import call
|
||||
import h5py
|
||||
import openmc
|
||||
|
||||
|
|
@ -52,6 +52,10 @@ class PlotTestHarness(TestHarness):
|
|||
sha512.update(outstr)
|
||||
outstr = sha512.hexdigest()
|
||||
|
||||
# test the voxel to vtk conversion script
|
||||
call(['../../../scripts/openmc-voxel-to-vtk'] +
|
||||
glob.glob('plot_4.h5'))
|
||||
|
||||
return outstr
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue