Skip to content

Commit

Permalink
Commented out "Rf_warning(es.str().c_str()); " due to the installatio…
Browse files Browse the repository at this point in the history
…n error: velocyto-team#211
  • Loading branch information
rnakato authored Nov 21, 2024
1 parent 760a29e commit 6414378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ arma::sp_mat balanced_knn(const arma::mat& d,int k,int maxl,bool returnDistance
while(p<k) {
std::stringstream es;
es<<"unable to find unfilled neighbors for i="<<i<<" el="<<el<<" p="<<p;
# Commented out due to the installation error: https://github.com/velocyto-team/velocyto.R/issues/211
# Rf_warning(es.str().c_str());
// Commented out due to the installation error: https://github.com/velocyto-team/velocyto.R/issues/211
// Rf_warning(es.str().c_str());
rowind[el*k+p]=el; p++;
}
}
Expand Down

0 comments on commit 6414378

Please sign in to comment.