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
Currently, geospatial testing is limited to checking the functionality of templates (standard and auto templates). We have a simple test case for an UNCHUNKED weather dataset.
We need to create testing for chunked and unchunked cases (running into an error currently that we didn't catch because of this shortfall, where chunked datasets fail but unchunked do not).
Rename test_geospatial::test_analysis_standoff to reflect that it is an unchunked test
Add chunked testing
The text was updated successfully, but these errors were encountered:
We need to add chunked templating testing as well. To make sure the templating function correctly captures/transforms the chunking of the input weather to the output template.
Geospatial Testing
Currently, geospatial testing is limited to checking the functionality of templates (standard and auto templates). We have a simple test case for an UNCHUNKED weather dataset.
We need to create testing for chunked and unchunked cases (running into an error currently that we didn't catch because of this shortfall, where chunked datasets fail but unchunked do not).
test_geospatial::test_analysis_standoff
to reflect that it is an unchunked testThe text was updated successfully, but these errors were encountered: