Skip to content

Commit 61dfca7

Browse files
Add ni nj to grib1 geography summary tests (#435)
1 parent 1755ffa commit 61dfca7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/array_fieldlist/test_numpy_fs_summary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def test_array_fl_dump():
5656
"title": "geography",
5757
"data": {
5858
# "bitmapPresent": 0,
59+
"Ni": 12,
60+
"Nj": 7,
5961
"latitudeOfFirstGridPointInDegrees": 90.0,
6062
"longitudeOfFirstGridPointInDegrees": 0.0,
6163
"latitudeOfLastGridPointInDegrees": -90.0,

tests/grib/test_grib_summary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ def test_grib_dump(fl_type, array_backend):
409409
{
410410
"title": "geography",
411411
"data": {
412+
"Ni": 12,
413+
"Nj": 7,
412414
"bitmapPresent": 0,
413415
"latitudeOfFirstGridPointInDegrees": 90.0,
414416
"longitudeOfFirstGridPointInDegrees": 0.0,

0 commit comments

Comments
 (0)