Skip to content

Commit

Permalink
comment out the intermediate check
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrdar committed Feb 12, 2025
1 parent 8a10aae commit 2dcbf88
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tests/interpolation/test_interpolation_global_matrix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ using SparseMatrixStorage = atlas::linalg::SparseMatrixStorage;
}
interpolator.execute(field_in, tgt_field);

auto tfield_v = array::make_view<double, 1>(tgt_field);
for (gidx_t i = 0; i < tfield_v.size(); ++i) {
EXPECT_APPROX_EQ(tgt_data[i], tfield_v(i), 1.e-14);
}

tgt_field.haloExchange();
interpolator.target().gather(tgt_field, tgt_field_global);
}
Expand Down

0 comments on commit 2dcbf88

Please sign in to comment.