Skip to content

Commit 37d3c3d

Browse files
committed
again, hard disagree on this linting lunacy
1 parent 11aa53b commit 37d3c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/tests/utils.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ TEST_CASE("read_mutiple_vis") {
142142
CHECK(uv_data.weights.isApprox(uv_multi.weights.segment(i * uv_data.size(), uv_data.size())));
143143
}
144144
}
145-
#ifdef PURIFY_H5
145+
#ifdef PURIFY_H5
146146
SECTION("one HDF5 file") {
147147
const std::vector<std::string> names = {h5_file};
148148
const auto uv_data = utilities::read_visibility(h5_file);
@@ -158,7 +158,7 @@ TEST_CASE("read_mutiple_vis") {
158158
CHECK(uv_data.weights.isApprox(uv_multi.weights.segment(i * uv_data.size(), uv_data.size())));
159159
}
160160
}
161-
#endif
161+
#endif
162162
}
163163
TEST_CASE("utilities [file exists]", "[file exists]") {
164164
std::string vis_file = vla_filename("at166B.3C129.c0.vis");

0 commit comments

Comments
 (0)