Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kthohr committed Aug 13, 2017
1 parent d5186be commit f654886
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/unit_tests/determine_bounds_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main()
ub(0) = 2;
ub(1) = arma::datum::inf;
ub(2) = 2;
ub(4) = arma::datum::inf;
ub(3) = arma::datum::inf;

arma::uvec bounds_type = mcmc::determine_bounds_type(vals_bound,n_vals,lb,ub);

Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests/log_jacobian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main()
ub(0) = 2;
ub(1) = arma::datum::inf;
ub(2) = 2;
ub(4) = arma::datum::inf;
ub(3) = arma::datum::inf;

arma::uvec bounds_type = mcmc::determine_bounds_type(vals_bound,n_vals,lb,ub);

Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests/transform_vals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main()
ub(0) = 2;
ub(1) = arma::datum::inf;
ub(2) = 2;
ub(4) = arma::datum::inf;
ub(3) = arma::datum::inf;

arma::uvec bounds_type = mcmc::determine_bounds_type(vals_bound,n_vals,lb,ub);

Expand Down

0 comments on commit f654886

Please sign in to comment.