-
Notifications
You must be signed in to change notification settings - Fork 18
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
Resolve relative links used by multi-level datasets as specified #637
Conversation
Codecov Report
@@ Coverage Diff @@
## master #637 +/- ##
==========================================
+ Coverage 91.91% 91.96% +0.04%
==========================================
Files 293 294 +1
Lines 27026 27090 +64
==========================================
+ Hits 24840 24912 +72
+ Misses 2186 2178 -8
Continue to review full report at Codecov.
|
# Conflicts: # docs/source/mldatasets.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, just one suggestion for documentation update.
def get_fs_path_class(fs: fsspec.AbstractFileSystem) \ | ||
-> Type[pathlib.PurePath]: | ||
""" | ||
Get the appropriate ``pathlib.PurePath`` class for the filesystem *fs*. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get the appropriate ``pathlib.PurePath`` class for the filesystem *fs*. | |
Get the appropriate ``pathlib.PurePath`` class. |
This method also returns the appropriate path class for other file systems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method also returns the appropriate path class for other file systems.
What other filesystems? There is only one argument named fs.
[Description of PR]
Checklist:
docs/source/*
CHANGES.md
Remember to close associated issues after merge!