-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading files with pathlib #82
Comments
Interesting, I have no idea how to fix this. Seems more of an issue in pybin11 than igl |
in the code I just convert it to a string which works i.e. I pass in |
My understanding is that the implicit feature request here is for |
Yep, that's what I was thinking! |
I think this means that the underlying C++ function in libigl should probably take If I read that page correctly then std::filesystem::path is convertable to string as well. So maybe we could already start with using std::filesystem::path as the input type on the bindings. |
Have to convert to string before reading in
The text was updated successfully, but these errors were encountered: