Skip to content

Commit d3b4d5a

Browse files
committed
also export discretized_manifold module
1 parent ec1f5f3 commit d3b4d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stochman/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# We are not importing the rest of the package during the build process, as it may not be compiled yet
4141
else:
4242
# import modules
43-
from . import curves, geodesic, manifold, nnj
43+
from . import curves, geodesic, manifold, nnj, discretized_manifold
4444

4545
# import classes for direct access
4646
from .curves import CubicSpline, DiscreteCurve

0 commit comments

Comments
 (0)