diff --git a/armi/reactor/blueprints/tests/test_gridBlueprints.py b/armi/reactor/blueprints/tests/test_gridBlueprints.py index 757e19084..df12aabac 100644 --- a/armi/reactor/blueprints/tests/test_gridBlueprints.py +++ b/armi/reactor/blueprints/tests/test_gridBlueprints.py @@ -23,7 +23,6 @@ from armi.reactor import systemLayoutInput from armi.reactor.blueprints import Blueprints from armi.reactor.blueprints.gridBlueprint import Grids, saveToStream -from armi.reactor.blueprints.tests.test_blockBlueprints import FULL_BP, FULL_BP_GRID from armi.utils.directoryChangers import TemporaryDirectoryChanger @@ -401,6 +400,8 @@ def test_simpleReadLatticeMap(self): :id: T_ARMI_BP_GRID0 :tests: R_ARMI_BP_GRID """ + from armi.reactor.blueprints.tests.test_blockBlueprints import FULL_BP + # Cartesian full, even/odd hybrid gridDesign4 = self.grids["sfp even"] _grid = gridDesign4.construct() @@ -432,6 +433,8 @@ def test_simpleReadLatticeMap(self): self.assertTrue(os.path.exists(filePath)) def test_simpleReadNoLatticeMap(self): + from armi.reactor.blueprints.tests.test_blockBlueprints import FULL_BP_GRID + # Cartesian full, even/odd hybrid gridDesign4 = self.grids["sfp even"] _grid = gridDesign4.construct()