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
r1_to_project_class doesn't support PathLike inputs, despite the fact that the input is a file path. This is because scipy.io.loadmat doesn't support it. The function should be changed to allow PathLike as an input.