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
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
In the analysis folder, there is a file timeline_analysis.py (which contains a function that is imported by VAR_analysis.py, but also by the timeline exporter (in the importers_exporters collection. All of that works fine, but the function in timeline_analysis.py is not implemented as Analysis class, which makes that it cannot be called directly from myinca.analysis.
That's kind of confusing, because one would assume so.