mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Update tests/unit_tests/test_source_mesh.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
de8f99adbe
commit
cf8cd62961
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue