-
-
Notifications
You must be signed in to change notification settings - Fork 331
FSStore: key_separator fix #699
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
Conversation
Hello @joshmoore! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-02-18 07:08:01 UTC |
This rebases and cleans a fix from Martin's original PR. Two new test methods fail without it and pass with since keys for meta-files like `.zarray` were being converted into `/zarray`. see: martindurant@5795bc7
Codecov Report
@@ Coverage Diff @@
## master #699 +/- ##
=======================================
Coverage 99.94% 99.94%
=======================================
Files 28 28
Lines 10263 10286 +23
=======================================
+ Hits 10257 10280 +23
Misses 6 6
|
Doesn't look like restarting picks up the new commits to master. Trying a manual merge of master. |
Yeah I've noticed that about GH Actions. We can fix this manually either by doing it ourselves or adding it to GH Actions. Here's the same idea, but with CircleCI ( scikit-learn/scikit-learn#8211 ) |
Nice idea! |
Thanks, @martindurant. |
see: martindurant@5795bc7
TODO: