Changed type hint for pbc_points

This commit is contained in:
Sebastian Kloth 2024-01-05 16:34:18 +01:00
parent 76db85d628
commit b39dd3c45f

View File

@ -179,7 +179,7 @@ def nojump(frame: CoordinateFrame, usecache: bool = True) -> CoordinateFrame:
def pbc_points(
coordinates: CoordinateFrame,
coordinates: ArrayLike,
box: Optional[NDArray] = None,
thickness: Optional[float] = None,
index: bool = False,