Skip to content

Commit

Permalink
Enable CS2 grid builder in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-jonasganderton committed Feb 7, 2025
1 parent f80b0ac commit 251e301
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/grid/test_cubedsphere_2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ CASE("cubed_sphere_instantiation") {

CASE("constructor_with_grid") {
auto grid_og = Grid("O32");
// auto grid_cs = Grid("CS-LFR-4-2"); // The grid factory is implemented in the next PR
auto grid_cs = CubedSphereGrid2(4);
auto grid_cs = Grid("CS-LFR-4-2");
EXPECT( CubedSphereGrid2( grid_og ).valid() == false );
EXPECT( bool(CubedSphereGrid2( grid_og )) == false );
EXPECT( CubedSphereGrid2( grid_cs ).valid() == true );
Expand Down

0 comments on commit 251e301

Please sign in to comment.