Skip to content

Commit

Permalink
remove finished TODO tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed May 18, 2024
1 parent ba4f83a commit c4f871b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymatgen/core/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1305,8 +1305,6 @@ def get_z_ranges(
z_ranges.extend([(0, z_range[1]), (z_range[0] + 1, 1)])

# Neglect overlapping positions
# TODO (@DanielYang59): use the following for equality check
# elif not isclose(z_range[0], z_range[1], abs_tol=tol):
elif z_range[0] != z_range[1]:
z_ranges.append(z_range)

Expand Down

0 comments on commit c4f871b

Please sign in to comment.