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
Using a unicode string throws the following error, converting the path to a string works.
Not sure if unicode file names are required
ArgumentError: Python argument types in
PSFDataSet.__init__(PSFDataSet, unicode)
did not match C++ signature:
__init__(_object* self, std::string filename)
The text was updated successfully, but these errors were encountered:
Using a unicode string throws the following error, converting the path to a string works.
Not sure if unicode file names are required
The text was updated successfully, but these errors were encountered: