We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aa53b commit 37d3c3dCopy full SHA for 37d3c3d
cpp/tests/utils.cc
@@ -142,7 +142,7 @@ TEST_CASE("read_mutiple_vis") {
142
CHECK(uv_data.weights.isApprox(uv_multi.weights.segment(i * uv_data.size(), uv_data.size())));
143
}
144
145
- #ifdef PURIFY_H5
+#ifdef PURIFY_H5
146
SECTION("one HDF5 file") {
147
const std::vector<std::string> names = {h5_file};
148
const auto uv_data = utilities::read_visibility(h5_file);
@@ -158,7 +158,7 @@ TEST_CASE("read_mutiple_vis") {
158
159
160
161
- #endif
+#endif
162
163
TEST_CASE("utilities [file exists]", "[file exists]") {
164
std::string vis_file = vla_filename("at166B.3C129.c0.vis");
0 commit comments