You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, a custom error message is thrown when NaN or missing coordinates are found. This check can be tuned by the validate_coordianates keyword argument of limits, CellList, UpdateCellList! and ParticleSystem functions. To disable the checking, use nothing, or provide a custom function that runs over the coordinates and returns an error if the coordinates do not satisfy the desired properties.