-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Currently flagging the pandas SettingWithCopyWarning. Set pandas chain assignment mode to None as a temporary solution.
Lines 347 to 348 in 050e666
| df.loc[:, "X_pos"] = custom_round(df["X_pos"], base=0.25) | |
| df.loc[:, "Y_pos"] = custom_round(df["Y_pos"], base=0.25) |
Metadata
Metadata
Assignees
Labels
No labels