Skip to content

Commit d164fa4

Browse files
committed
Update variable names
1 parent d07cee4 commit d164fa4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pygem/tests/test_04_postproc.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ def test_check_compiled_product(rootdir):
6363
"""
6464
# skip variables that are not in the compiled products
6565
vars_to_skip = [
66-
'glac_temp_monthly',
66+
'glac_temp',
6767
'glac_mass_change_ignored_annual',
68-
'offglac_prec_monthly',
69-
'offglac_refreeze_monthly',
70-
'offglac_melt_monthly',
71-
'offglac_snowpack_monthly',
68+
'offglac_prec',
69+
'offglac_refreeze',
70+
'offglac_melt',
71+
'offglac_snowpack',
7272
]
7373

7474
simpath = os.path.join(

0 commit comments

Comments
 (0)