compbiomed / celda

Bayesian Hierarchical Modeling for Clustering Single Cell Genomic Data
MIT License
48 stars 14 forks source link

logLikelihood error checking #348

Closed joshua-d-campbell closed 6 years ago

joshua-d-campbell commented 6 years ago

R crashes at the C level if an entry in z or y is greater than K or L in the various 'logLikelihood' functions. Need to add check at R level and maybe lower C level functions as well.

definitelysean commented 6 years ago

Fixed in #351