cellarium-ai / cellarium-ml

Distributed single-cell data analysis.
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

NMF - add tests #198

Open sjfleming opened 3 months ago

sjfleming commented 3 months ago

Add some tests.

Test the CLI as usual.

But also test the NMF implementation somehow. Unclear how to best achieve this, since results will not be exactly equal to another method since NMF is non-convex (right?)