Closed fkuehlein closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.03%. Comparing base (
a53b987
) to head (01b71c9
). Report is 7 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Commit message
Extend caching according to 93ab748 to
RecurrenceNetwork
and child classesSurrogates
Review API of
Surrogates
to enable caching and reduce redundancyoriginal_data
in surrogate methods, use respective attributeembedding
a property as inRecurrencePlot
normalize_time_series_array()
with regular methodnormalize_original_data()
with same functionalityrecurrence_plot()
a static method_ (missing in commit message)_self.N
,self.n_time
Resolve and re-enable pylint flag
no-member
Comment
The changed API of the
Surrogates
class should be reviewed. Also, what isSurrogates.recurrence_plot()
intended for when we have theRecurrencePlot
class?