Bug Description
evo.blockmodels.typed fails to import because its init.py imports from evo.common.typed - which does not exist.
Steps to Reproduce
import anything from units.py.
Expected Behavior
Imports as expected
Actual Behavior
Traceback:
from evo.common.typed import BoundingBox, Point3, Size3d, Size3i ModuleNotFoundError: No module named 'evo.common.typed'
Bug Description
evo.blockmodels.typedfails to import because its init.py imports from evo.common.typed - which does not exist.Steps to Reproduce
import anything from units.py.
Expected Behavior
Imports as expected
Actual Behavior
Traceback:
from evo.common.typed import BoundingBox, Point3, Size3d, Size3i ModuleNotFoundError: No module named 'evo.common.typed'