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
We should add testing against a feedstock that uses a preprocessor function, to catch these issues early.
To do this, I suggest we create a branch on our test feedstock https://github.com/pforgetest/gpcp-from-gcs-feedstock that implements a basic (even no-op) preprocessor, and then parametrize test_bake with that branch here:
Preprocessor functions in feedstocks can cause serialization issues, e.g. pangeo-forge/staged-recipes#183 (comment).
We should add testing against a feedstock that uses a preprocessor function, to catch these issues early.
To do this, I suggest we create a branch on our test feedstock https://github.com/pforgetest/gpcp-from-gcs-feedstock that implements a basic (even no-op) preprocessor, and then parametrize
test_bake
with that branch here:pangeo-forge-runner/tests/test_bake.py
Lines 63 to 65 in 36380ff
The text was updated successfully, but these errors were encountered: