fixed import

这个提交包含在:
John Hartley
2019-07-31 18:50:30 +01:00
父节点 71966e6903
当前提交 05d9d3522b

查看文件

@@ -1,13 +1,15 @@
"""Class for fractal box modifications command."""
from .cmds_geometry import UserObjectGeometry
from ..exceptions import CmdInputError
from ..constants import floattype
from ..config import dtypes
from ..cython.geometry_primitives import build_voxels_from_array
from ..cython.geometry_primitives import build_voxels_from_array_mask
import numpy as np
floattype = dtypes['float_or_double']
class FractalBoxBuilder(UserObjectGeometry):
"""Internal class for fractal box modifications. This class should be used
internally only when surface modification have been made to a fractal box"""