Skip to content
Snippets Groups Projects
  • Martin Bauer's avatar
    Removed joblib.cached-sphinx workaround / Caching fix · 1ade3a6e
    Martin Bauer authored
    - 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
    1ade3a6e