deepcharles / ruptures

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

test: better handling of mahalanobis #211

Closed deepcharles closed 3 years ago

deepcharles commented 3 years ago

From time to time, test_costs_5D_names fails on CostMl because the random signal has a singular covariance matrix. When this happens, the test should be skipped. This will not affect coverage since this part of the code is also tested in test_costs_5D_noisy_names.