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 8fa2851 commit 4d8790eCopy full SHA for 4d8790e
cpp/tests/utils.cc
@@ -87,7 +87,7 @@ TEST_CASE("utilities [median]", "[median]") {
87
}
88
TEST_CASE("utilities [read_write_vis]", "[read_write_vis]") {
89
// tests the read and write function for a visibility data set
90
- std::string vis_file = vla_filename("at166B.3C129.c0I.vis");
+ std::string vis_file = vla_filename("at166B.3C129.c0.vis");
91
std::string out_file = output_filename("test_output.vis");
92
std::string out_w_file = output_filename("test_w_output.vis");
93
auto uv_data = utilities::read_visibility(vis_file);
0 commit comments