Skip to content

Commit 14a7e27

Browse files
committed
MIR-666 Interpolation grid-box average on shifted grids with finely-tuned bounding box, test
1 parent e176824 commit 14a7e27

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/unit/grid_box_method.cc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ CASE("grid boxes: West-East periodicity") {
156156
}
157157

158158

159+
CASE("MIR-666") {
160+
// shifted grid, with finely-adjusted bounding box
161+
repres::RepresentationHandle r(new repres::latlon::RegularLL(util::Increments{0.05, 0.05}, util::BoundingBox{0.025, 27.875, -0.025, 57.825}, {-0.025, 27.875}));
162+
auto boxes = r->gridBoxes();
163+
}
164+
165+
159166
} // namespace mir::tests::unit
160167

161168

0 commit comments

Comments
 (0)