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 53421b3 commit 11aa53bCopy full SHA for 11aa53b
cpp/tests/utils.cc
@@ -142,6 +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
146
SECTION("one HDF5 file") {
147
const std::vector<std::string> names = {h5_file};
148
const auto uv_data = utilities::read_visibility(h5_file);
@@ -157,6 +158,7 @@ TEST_CASE("read_mutiple_vis") {
157
158
159
160
161
+ #endif
162
163
TEST_CASE("utilities [file exists]", "[file exists]") {
164
std::string vis_file = vla_filename("at166B.3C129.c0.vis");
0 commit comments