Skip to content

Commit

Permalink
update: a fix from merging
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Sep 11, 2024
1 parent 821e506 commit 8ed8cea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/py/mat3ra/made/tools/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,6 @@ def is_height_within_limits(z: float, z_extremum: float, depth: float, surface:
Returns:
bool: True if the height is within the limits, False otherwise.
"""


def height_check(z: float, z_extremum: float, depth: float, surface: SurfaceTypes):
return (z >= z_extremum - depth) if surface == SurfaceTypes.TOP else (z <= z_extremum + depth)


Expand Down

0 comments on commit 8ed8cea

Please sign in to comment.