Skip to content

Commit 7fc9aab

Browse files
committed
recall the added test
1 parent c6e8a2b commit 7fc9aab

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/prob/beta_neg_binomial/beta_neg_binomial_ccdf_log_test.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ class AgradCcdfLogBetaNegBinomial : public AgradCcdfLogTest {
1919
param[3] = 0.5; // beta
2020
parameters.push_back(param);
2121
ccdf_log.push_back(std::log(1.0 - 0.967906252841089)); // expected ccdf_log
22-
23-
param[0] = 0; // n
24-
param[1] = 0.01; // r
25-
param[2] = 100; // alpha
26-
param[3] = 0.01; // beta
27-
parameters.push_back(param);
28-
ccdf_log.push_back(std::log(1.0 - 0.999998995084973)); // expected ccdf_log
2922
}
3023

3124
void invalid_values(vector<size_t>& index, vector<double>& value) {

0 commit comments

Comments
 (0)