-
Notifications
You must be signed in to change notification settings - Fork 28
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
Don't resolve filepaths #219
Conversation
✅ Deploy Preview for silly-keller-664934 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
One small tweak needed and one optional one, then it will be good to 🚀
Codecov Report
@@ Coverage Diff @@
## master #219 +/- ##
======================================
Coverage 86.9% 87.0%
======================================
Files 29 29
Lines 1910 1919 +9
======================================
+ Hits 1661 1670 +9
Misses 249 249
|
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.
LGMT! @AllenDowney feel free to merge once the tests finish passing
Current
data_dir
gets resolved to an absolute path, which causes caching to fail.The fix is to leave it alone -- nothing wrong with relative paths.
Closes #218