Skip to content

Commit a68aecb

Browse files
author
Michael McLeod
committed
Remove test on exact number of iterations
1 parent ebbfcce commit a68aecb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/tests/mpi_algo_factory.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ TEST_CASE("Serial vs. Serial with MPI Forward Backward") {
348348
beta, gamma, imsizey, imsizex, sara.size(), 1000, true, true, false, 1e-2, 1e-3, 50, op_norm);
349349

350350
auto const diagnostic = (*fb)();
351-
CHECK(diagnostic.niters == 11);
352351

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

0 commit comments

Comments
 (0)