Skip to content

Commit

Permalink
fix: remove api for now, Isosurfacer in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jun 4, 2024
1 parent a99c178 commit e33c9dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion LoopStructural/api/__init__.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from LoopStructural.modelling.features import FeatureType
from LoopStructural.utils import getLogger
from LoopStructural.utils.typing import NumericInput
from LoopStructural.api import LoopIsosurfacer, surface_list
from LoopStructural.utils import LoopIsosurfacer, surface_list
from LoopStructural.datatypes import VectorPoints

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions LoopStructural/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
import numpy as np

rng = np.random.default_rng()

from ._surface import LoopIsosurfacer, surface_list
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Optional, Union, Callable, List
import numpy as np
import numpy.typing as npt
from LoopStructural.utils import getLogger
from LoopStructural.utils.logging import getLogger

logger = getLogger(__name__)
try:
Expand Down

0 comments on commit e33c9dc

Please sign in to comment.