Skip to content

Commit

Permalink
Add ni nj to grib1 geography summary tests (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz authored Aug 20, 2024
1 parent 1755ffa commit 61dfca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/array_fieldlist/test_numpy_fs_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def test_array_fl_dump():
"title": "geography",
"data": {
# "bitmapPresent": 0,
"Ni": 12,
"Nj": 7,
"latitudeOfFirstGridPointInDegrees": 90.0,
"longitudeOfFirstGridPointInDegrees": 0.0,
"latitudeOfLastGridPointInDegrees": -90.0,
Expand Down
2 changes: 2 additions & 0 deletions tests/grib/test_grib_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ def test_grib_dump(fl_type, array_backend):
{
"title": "geography",
"data": {
"Ni": 12,
"Nj": 7,
"bitmapPresent": 0,
"latitudeOfFirstGridPointInDegrees": 90.0,
"longitudeOfFirstGridPointInDegrees": 0.0,
Expand Down

0 comments on commit 61dfca7

Please sign in to comment.