From 82aeda68825c8b3bb1a6234585484b746b900add Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Wed, 7 Nov 2018 18:11:42 -0500 Subject: [PATCH] Now import numpy in openmc.mgxs to support GROUP_STRUCTURES module variable --- openmc/mgxs/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openmc/mgxs/__init__.py b/openmc/mgxs/__init__.py index 515a43a7d..86e9dce9e 100644 --- a/openmc/mgxs/__init__.py +++ b/openmc/mgxs/__init__.py @@ -1,3 +1,4 @@ +import numpy as np from openmc.mgxs.groups import EnergyGroups from openmc.mgxs.library import Library