deepcharles / ruptures

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

fix: enfoce deepcopy for costar to avoid inplace modifications #164

Closed oboulant closed 3 years ago

oboulant commented 3 years ago

closes https://github.com/deepcharles/ruptures/issues/162

codecov[bot] commented 3 years ago

Codecov Report

Merging #164 (51b0b58) into master (2e6bce6) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #164   +/-   ##
=======================================
  Coverage   96.01%   96.02%           
=======================================
  Files          40       40           
  Lines         979      980    +1     
=======================================
+ Hits          940      941    +1     
  Misses         39       39           
Impacted Files Coverage Δ
src/ruptures/costs/costautoregressive.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 2e6bce6...51b0b58. Read the comment docs.