Skip to content

Commit

Permalink
Remove beartype return that is currently breaking build
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash authored Apr 11, 2024
1 parent 619ee63 commit 8640abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map2loop/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def normal_vector_to_dipdirection_dip(normal_vector: numpy.ndarray) -> numpy.nda


@beartype.beartype
def create_points(xy: Union[list, tuple, numpy.ndarray]) -> shapely.points:
def create_points(xy: Union[list, tuple, numpy.ndarray]):
"""
Creates a list of shapely Point objects from a list, tuple, or numpy array of coordinates.
Expand Down

0 comments on commit 8640abc

Please sign in to comment.