noamteyssier / crispr_screen

Efficient Differential Expression and Gene Aggregation for CRISPR screens.
https://noamteyssier.github.io/crispr_screen/
MIT License
6 stars 0 forks source link

102 write testing for macos #103

Closed noamteyssier closed 1 year ago

noamteyssier commented 1 year ago

removed ndarray-linalg dependency because it was having distribution issues to mac and windows.

since I was only using it for inverse matrix calculations and the maximum matrix size I expect is 2x2 - it was simpler to just write this in explicitly instead of calling this dependency.