-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The function for unwrapping coordinates states that in_place=False by default, but after inspecting the source code, the function shows in_place=True.
in_place : `bool`, keyword-only, default: :code:`False`
Determines whether the input array is modified in-place.def unwrap(
positions: np.ndarray[float],
positions_old: np.ndarray[float],
dimensions: np.ndarray[float],
*,
thresholds: float = None,
images: np.ndarray[int] = None,
in_place: bool = True,
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels