You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis CI's 4 GB memory limit prohibits unit testing of the HRRR constraint as a part of the CI. For now I do unit testing using the Hurricane Florence example as a manual pytest on my local machine, but there needs to be a way to test this constraint on Travis CI, especially since cfgrib updated its syntax for loading GRIB files recently.
The text was updated successfully, but these errors were encountered:
The model constraint is now tested using a fake dataset where U = 1 m/s everywhere. This at least shows us that the model contstraint is working correctly, but the part where the HRRR grid is converted to a Py-ART grid still needs a test.
Travis CI's 4 GB memory limit prohibits unit testing of the HRRR constraint as a part of the CI. For now I do unit testing using the Hurricane Florence example as a manual pytest on my local machine, but there needs to be a way to test this constraint on Travis CI, especially since cfgrib updated its syntax for loading GRIB files recently.
The text was updated successfully, but these errors were encountered: