We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07cee4 commit d164fa4Copy full SHA for d164fa4
pygem/tests/test_04_postproc.py
@@ -63,12 +63,12 @@ def test_check_compiled_product(rootdir):
63
"""
64
# skip variables that are not in the compiled products
65
vars_to_skip = [
66
- 'glac_temp_monthly',
+ 'glac_temp',
67
'glac_mass_change_ignored_annual',
68
- 'offglac_prec_monthly',
69
- 'offglac_refreeze_monthly',
70
- 'offglac_melt_monthly',
71
- 'offglac_snowpack_monthly',
+ 'offglac_prec',
+ 'offglac_refreeze',
+ 'offglac_melt',
+ 'offglac_snowpack',
72
]
73
74
simpath = os.path.join(
0 commit comments