Skip to content

Commit

Permalink
remove debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Oct 22, 2024
1 parent ccb170e commit 53421b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpp/tests/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ TEST_CASE("read_mutiple_vis") {
const auto uv_multi = utilities::read_visibility(names);
CAPTURE(names.size());
CAPTURE(uv_data.size());
CAPTURE(uv_data.u.size());
CAPTURE(uv_data.v.size());
CAPTURE(uv_data.w.size());
CAPTURE(uv_data.vis.size());
CAPTURE(uv_data.weights.size());
CHECK(uv_data.size() * names.size() == uv_multi.size());
for (int i = 0; i < names.size(); i++) {
CHECK(uv_data.u.isApprox(uv_multi.u.segment(i * uv_data.size(), uv_data.size())));
Expand Down

0 comments on commit 53421b3

Please sign in to comment.