Skip to content

Commit

Permalink
more bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
chung@molgen.mpg.de committed Jan 20, 2016
1 parent 5296e81 commit b8e6cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rmn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ Rcpp::List estimate(
calcSumU(meanU[iContig].slice(iExperiment), s[iContig], sumU);
}
mu.slice(iExperiment) = sym(sumU / sumZ);
std::cout << "sumU: " << sumU.row(146) << std::endl;
std::cout << "mu: " << mu.slice(iExperiment).row(146) << std::endl;
}
// calculate lnEmPN
Expand Down

0 comments on commit b8e6cf8

Please sign in to comment.