cellarium-ai / cellarium-ml

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

Improve error messages #173

Closed ordabayevy closed 4 months ago

ordabayevy commented 4 months ago

Resolves #95 . It is a better practice to raise ValueError instead of using assertions. Use assertion only in tests and for type narrowing.