Skip to content

Commit

Permalink
removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekWlasak authored and wdeconinck committed Sep 16, 2024
1 parent 72f2102 commit b3e4219
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions src/tests/interpolation/test_interpolation_spherical_vector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -465,48 +465,6 @@ CASE("structured columns O96 vector interpolation (2d-field, 2-vector, hi-res)")
testInterpolation<Rank2dField>((config));
}


/*
CASE("gauss linear vector interpolation (2d-field, 2-vector)") {
const auto config =
Config("source_fixture", "structured_columns_classic")
.set("target_fixture", "cubedsphere_mesh")
.set("field_spec_fixture", "2vector")
.set("interp_fixture", "structured_linear")
.set("file_id", "linear_vector_rank2_sc1")
.set("tol", 0.00087);
testInterpolation<Rank2dField>((config));
}
CASE("gauss linear vector interpolation (3d-field, 2-vector)") {
const auto config =
Config("source_fixture", "structured_columns_classic")
.set("target_fixture", "cubedsphere_mesh")
.set("field_spec_fixture", "2vector")
.set("interp_fixture", "structured_linear")
.set("file_id", "linear_vector_rank3_sc1")
.set("tol", 0.00087);
testInterpolation<Rank3dField>((config));
}
*/


/*
CASE("gauss cubic vector interpolation (3d-field, 2-vector)") {
const auto config =
Config("source_fixture", "structured_columns_halo2")
.set("target_fixture", "cubedsphere_mesh")
.set("field_spec_fixture", "2vector")
.set("interp_fixture", "structured_cubic")
.set("file_id", "cubic_vector_sc2")
.set("tol", 0.000575);
testInterpolation<Rank3dField>((config));
}
*/

} // namespace test
} // namespace atlas

Expand Down

0 comments on commit b3e4219

Please sign in to comment.