metric-learn icon indicating copy to clipboard operation
metric-learn copied to clipboard

Rewrite unit tests for speed, coverage

Open perimosocordiae opened this issue 8 years ago • 0 comments

Right now, many of the unit tests are just checking that the code doesn't entirely fail when run with the Iris dataset. This results in a slow test suite that doesn't actually check many important cases.

We should rewrite the unit tests with small, hand-made inputs to properly exercise each algorithm's corner cases.

perimosocordiae avatar Feb 04 '17 20:02 perimosocordiae