NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

Fix for grib tests #49

Closed christinaholtNOAA closed 4 years ago

christinaholtNOAA commented 4 years ago

This should have been fixed with my last PR and I missed it.

The change is related to the different behavior now associated with how we call transforms: can be a single function, a list, or a dict. The ceil variable was changed to a dict, but the test was still expecting a list.