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
Describe the bug
The new release changes the way fixes work. This leads to 2 types of errors in test_recipes.py:
Recipes that are now broken due to missing key mip. Here, the mip needs to be added to the recipes. This affects the following recipes:
recipe_validation.yml
recipe_validation_CMIP6.yml
recipe_autoassess_radiation_rms_cfMon_all.yml
recipe_autoassess_radiation_rms_Amon_obs.yml
recipe_autoassess_radiation_rms_Amon_all.yml
Tests failing because the test calls fix_metadata after get_reference_levels. In this case only the tests are broken, not the recipes themselves. These tests can be fixed by changing the test, e.g. by adding a mock. This affects the following recipes:
recipe_perfmetrics_CMIP5.yml
recipe_collins13ipcc.yml
recipe_smpi_4cds.yml
recipe_perfmetrics_CMIP5_4cds.yml
recipe_smpi.yml
recipe_preprocessor_test.yml
recipe_correlation.yml
The text was updated successfully, but these errors were encountered:
Describe the bug
The new release changes the way fixes work. This leads to 2 types of errors in test_recipes.py:
mip
. Here, the mip needs to be added to the recipes. This affects the following recipes:fix_metadata
afterget_reference_levels
. In this case only the tests are broken, not the recipes themselves. These tests can be fixed by changing the test, e.g. by adding a mock. This affects the following recipes:The text was updated successfully, but these errors were encountered: