We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f12df99 + 4e42e41 commit 425d54eCopy full SHA for 425d54e
cc_plugin_cc6/base.py
@@ -1241,7 +1241,7 @@ def check_variable_definition(self, ds):
1241
messages.append(
1242
f"The bounds variable '{cbnds}' of dimension / coordinate '{dimCT}' of the variable '{var}' should be named '{dim_on}_bnds'."
1243
)
1244
- else:
+ elif dimCT == "time":
1245
if cbnds:
1246
1247
f"The dimension / coordinate '{dimCT}' of the variable '{var}' should not have bounds defined ('{cbnds}')."
0 commit comments