You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related: add 'snapshot mode' to CatmaidInstance. In this mode, a remote instance would store all queried urls and the responses (e.g. a pickle file). A new CatmaidInstance would then accept that file as parameter and use it as primary source for URLs stored in that file.
See here for example of memoization. Could use cache=True parameter and a .save_cache & .restore_cache method.
Ended up writing my own implementation for memoization using OrdereredDict. First version committed in 7ca2c5b. Will keep this issue open to track bugs and feature ideas.
No description provided.
The text was updated successfully, but these errors were encountered: