Skip to content

Commit

Permalink
chore: remove commented out duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 11, 2023
1 parent 4b881f2 commit 866486e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ fit_slope_sparse(const Eigen::SparseMatrix<double>& x,

PYBIND11_MODULE(_sortedl1, m)
{
// m.def("fit_slope_dense", &fit_slope_dense);
m.def("fit_slope_dense", &fit_slope_dense);
m.def("fit_slope_sparse", &fit_slope_sparse);
}

0 comments on commit 866486e

Please sign in to comment.