Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyhanson committed Jul 10, 2024
1 parent 9cd2dc6 commit 07961f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rcpp_expected_value_of_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ double expected_value_of_action(
// the expected value of actions using methods that produce correct
// (not approximation) results

// nocov start
// # nocov start
double exact_expected_value_of_action(
Eigen::MatrixXd &pij,
Rcpp::IntegerVector &target_values) {
Expand All @@ -75,7 +75,7 @@ double exact_expected_value_of_action(
}
return out;
}
// nocov end
// # nocov end

double approx_expected_value_of_action(
std::vector<std::vector<double>> &pij,
Expand Down

0 comments on commit 07961f2

Please sign in to comment.