You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Fixed a segmentation fault in find_variable_genes() when computing negative binomial deviances from sparse matrices. The issue was due to unsafe coercion of matrix types in C++. See #11 and #13 for details.