Skip to content

Commit

Permalink
removed printout from trunc_normal_test
Browse files Browse the repository at this point in the history
  • Loading branch information
syclik committed Feb 5, 2013
1 parent c5e7afc commit 2c1556c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class AgradDistributionTruncNormal : public AgradDistributionTest {
log_prob(const T_y& y, const T_loc& mu, const T_scale& sigma,
const T_alpha& alpha, const T_beta& beta,
const T5&, const T6&, const T7&, const T8&, const T9&) {
std::cout << stan::prob::trunc_normal_log(y, mu, sigma, alpha, beta) << std::endl;
return stan::prob::trunc_normal_log(y, mu, sigma, alpha, beta);
}

Expand All @@ -89,7 +88,6 @@ class AgradDistributionTruncNormal : public AgradDistributionTest {
log_prob(const T_y& y, const T_loc& mu, const T_scale& sigma,
const T_alpha& alpha, const T_beta& beta,
const T5&, const T6&, const T7&, const T8&, const T9&) {
std::cout << stan::prob::trunc_normal_log<propto>(y, mu, sigma, alpha, beta) << std::endl;
return stan::prob::trunc_normal_log<propto>(y, mu, sigma, alpha, beta);
}

Expand Down

0 comments on commit 2c1556c

Please sign in to comment.