Skip to content

Commit

Permalink
again, hard disagree on this linting lunacy
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Oct 22, 2024
1 parent 11aa53b commit 37d3c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/tests/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ TEST_CASE("read_mutiple_vis") {
CHECK(uv_data.weights.isApprox(uv_multi.weights.segment(i * uv_data.size(), uv_data.size())));
}
}
#ifdef PURIFY_H5
#ifdef PURIFY_H5
SECTION("one HDF5 file") {
const std::vector<std::string> names = {h5_file};
const auto uv_data = utilities::read_visibility(h5_file);
Expand All @@ -158,7 +158,7 @@ TEST_CASE("read_mutiple_vis") {
CHECK(uv_data.weights.isApprox(uv_multi.weights.segment(i * uv_data.size(), uv_data.size())));
}
}
#endif
#endif
}
TEST_CASE("utilities [file exists]", "[file exists]") {
std::string vis_file = vla_filename("at166B.3C129.c0.vis");
Expand Down

0 comments on commit 37d3c3d

Please sign in to comment.