This is an automated email from the ASF dual-hosted git repository.
henrikingo pushed a change to branch UnifyChangePointClasses
in repository https://gitbox.apache.org/repos/asf/otava.git
from fcdac8c Add missing unit test coverage
add 221cccd review: Remove __eq__() for ChangePoint class
add 5de29b3 review: PermutationStats.copy() wasn't copying NDArray deeply
add 1cc15d8 review: Fix and add test for ReportType.REGRESSIONS_ONLY
add beff891 review: datatype should be datetime
add 6946efb review: to_json(): fix the case with multiple metrics
add ab8347f review: Tests cleanup and fixes
add c4e9cc9 lint & format (tox)
No new revisions were added by this update.
Summary of changes:
otava/analysis.py | 15 ++++++++----
otava/bigquery.py | 4 ++--
otava/change_point_divisive/base.py | 6 +----
otava/change_point_divisive/significance_test.py | 5 ++--
otava/report.py | 5 ++--
otava/series.py | 16 +++++++++----
tests/change_point_classes_test.py | 29 ++++--------------------
tests/change_point_divisive_test.py | 11 ++++++++-
tests/report_test.py | 25 ++++++++++++++------
9 files changed, 64 insertions(+), 52 deletions(-)