deepcharles / ruptures

ruptures: change point detection in Python
BSD 2-Clause "Simplified" License
1.61k stars 163 forks source link

fix: store signal in CostMl object for compatibility reasons #173

Closed oboulant closed 3 years ago

oboulant commented 3 years ago

solves https://github.com/deepcharles/ruptures/issues/172

codecov[bot] commented 3 years ago

Codecov Report

Merging #173 (8ac4147) into master (5ac9626) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   96.31%   96.31%           
=======================================
  Files          40       40           
  Lines         977      978    +1     
=======================================
+ Hits          941      942    +1     
  Misses         36       36           
Impacted Files Coverage Δ
src/ruptures/costs/costml.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5ac9626...8ac4147. Read the comment docs.