pik-copan / pyunicorn

Unified Complex Network and Recurrence Analysis Toolbox
http://pik-potsdam.de/~donges/pyunicorn/
Other
200 stars 87 forks source link

Complete implementation of new caching system, and extend #222

Open fkuehlein opened 6 months ago

fkuehlein commented 6 months ago

New caching was introduced with 93ab748 and merged with #219. See commit message for description and hints on how to proceed.

As a first step towards this: (EDIT: resolved as of #236)

The pylint check 'no-member' is currently disabled globally. Working on re-enabling it on 196-review_linting, but would trigger warnings in TestCached as well as RecurrenceNetwork and subclasses. In the latter cases, the old caching is still in place (see above linked commit). Should be reviewed and tested for.