-
Notifications
You must be signed in to change notification settings - Fork 652
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
MAINT, ENH: more pathlib support tasks #3937
Comments
And see also #2497 |
Is this issue sufficiently well defined to be suitable as a GSOC starter issue? Or could it be written in such a way that we can let GSOC applicants work on it? |
Adding this to 3.0 |
I had some time to take a look at this issue right now and from the looks of it and running some code |
I think the aim of this is to find any points we are loading files and support pathlib as well as a str. Best bet is to look for spots where files are loaded outside of |
If i understood correctly the idea is to see if with the case that is not covered by
with currently the tests do test |
Some suggested follow-ups from gh-3935:
pathlib
object handling toSingleFrameReaderBase
and/or upstream this to the proto infrastructure. Thepathlib
handling/testing in the connected PR is restricted toReaderBase
for now.The text was updated successfully, but these errors were encountered: