Update tests/unit_tests/test_source_mesh.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2023-02-03 19:32:41 -06:00 committed by GitHub
parent de8f99adbe
commit cf8cd62961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,14 @@
from itertools import product
from pathlib import Path
from subprocess import call
import pytest
import numpy as np
import openmc
import openmc.lib
from tests import cdtemp
from tests.regression_tests import config
from subprocess import call
TETS_PER_VOXEL = 12