Skip to content

Commit

Permalink
Ignoring type error on deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton authored Dec 20, 2022
1 parent 3734654 commit b566980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/core/lattice.py
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ def get_points_in_sphere_old(
images[within_r[1:]],
)
)
return (
return ( # type: ignore
shifted_coords[within_r],
np.sqrt(d_2[within_r]),
indices[within_r[0]],
Expand Down

0 comments on commit b566980

Please sign in to comment.