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 e846563 commit 5d1097eCopy full SHA for 5d1097e
cpp/tests/algo_factory.cc
@@ -87,7 +87,7 @@ TEST_CASE("primal_dual_factory") {
87
const std::string &expected_solution_path = data_filename(test_dir + "solution.fits");
88
const std::string &expected_residual_path = data_filename(test_dir + "residual.fits");
89
const std::string &result_path = data_filename(test_dir + "pd_result.fits");
90
-
+
91
const auto solution = pfitsio::read2d(expected_solution_path);
92
const auto residual = pfitsio::read2d(expected_residual_path);
93
0 commit comments