Commit be9234f
committed
fixed bug that division was forced as numpy even though x could be csr_matrix
using np.divide instead of / made the code very slow (seemingly arresting) here.1 parent ddcd0f0 commit be9234f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments