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.
The text was updated successfully, but these errors were encountered:
r1_to_project_class
doesn't supportPathLike
inputs, despite the fact that the input is a file path. This is becausescipy.io.loadmat
doesn't support it. The function should be changed to allowPathLike
as an input.The text was updated successfully, but these errors were encountered: