Skip to content
Snippets Groups Projects
Commit 1ade3a6e authored by Martin Bauer's avatar Martin Bauer
Browse files

Removed joblib.cached-sphinx workaround / Caching fix

- sphinx detection is not reliable, e.g. jupyter notebooks have sphinx
  imported at startup -> no caching from notebooks
- explicitly added cached functions via autofunction to docs
- some functions do not support memory cache, because memory cache can't
  handle non-hashable parameters -> introduced diskcacheNoFallback
  decorator for these functions
parent ce63537a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment