-
Notifications
You must be signed in to change notification settings - Fork 11
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
cached loading code #48
Comments
also I think the funciton breaks if self.cache_path is not set. or is this handled somewehre outside? |
|
Cool, thanks! This will throw an error if self.cache_path is None Lines 149 to 153 in 8e8756b
Should we really throw an error if load_raw=False and the cached file is not found? I'd rather have interpreted load_raw as "don't use the cache file if I set this to true. When setting it to false, just load the raw one anyway if you cannot find the cached file" Line 159 in 8e8756b
|
I implemented what you suggested, @le-ander! |
I cannot see any code for actually loading a cached dataset in _load_cached()
am I missing something?
The text was updated successfully, but these errors were encountered: