mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Move depletion tests into normal regression/unit test directories
This commit is contained in:
parent
0a772252cc
commit
8549f22e14
14 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ import openmc.deplete
|
|||
from openmc.deplete import results
|
||||
from openmc.deplete import utilities
|
||||
|
||||
from . import dummy_geometry
|
||||
from tests import dummy_geometry
|
||||
|
||||
|
||||
class TestCECMRegression(unittest.TestCase):
|
||||
|
|
@ -8,7 +8,7 @@ import openmc.deplete
|
|||
from openmc.deplete import results
|
||||
from openmc.deplete import utilities
|
||||
|
||||
from . import dummy_geometry
|
||||
from tests import dummy_geometry
|
||||
|
||||
class TestPredictorRegression(unittest.TestCase):
|
||||
""" Regression tests for opendeplete.integrator.predictor algorithm.
|
||||
Loading…
Add table
Add a link
Reference in a new issue