Skip to content

Commit

Permalink
Update sampler.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
atrayees authored Jul 18, 2024
1 parent 42a66ec commit 1d9e8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/correlation_matrices/sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void correlation_matrix_uniform_sampling_MT(const unsigned int n, const unsigned
EigenvaluesProblems<NT, MT, Eigen::Matrix<NT, Eigen::Dynamic, 1>> solver;
for(const auto& matrix : randCorMatrices){
if(solver.is_correlation_matrix(matrix)){
valid_points++;
valid_points++;
}
}
std::cout << "Number of valid points = " << valid_points << std::endl;
Expand Down

0 comments on commit 1d9e8c6

Please sign in to comment.