Remove non-cython implementations for methods of the sparse_stoch_mat
(SparseStochMat
) class
#44
Labels
Milestone
sparse_stoch_mat
(SparseStochMat
) class
#44
From this comment
Since we keep
Cython
as installation requirement, we do not really need non-cython implementations in the package, ascython
should always be available after a successful install.We can remove the native python implementations.
The text was updated successfully, but these errors were encountered: