Skip to content

Commit

Permalink
Remove test on exact number of iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McLeod committed Oct 18, 2024
1 parent ebbfcce commit a68aecb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/tests/mpi_algo_factory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ TEST_CASE("Serial vs. Serial with MPI Forward Backward") {
beta, gamma, imsizey, imsizex, sara.size(), 1000, true, true, false, 1e-2, 1e-3, 50, op_norm);

auto const diagnostic = (*fb)();
CHECK(diagnostic.niters == 11);

const std::string &expected_solution_path =
notinstalled::data_filename(test_dir + "solution.fits");
Expand Down

0 comments on commit a68aecb

Please sign in to comment.