Skip to content

Commit

Permalink
wip.. corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
siligam committed Jan 8, 2025
1 parent f1f36c5 commit 4c7c369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pymorize/global_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _header_related(rule):
header = rule.data_request_variable.table_header
d["table_id"] = header.table_id
d["mip_era"] = header.mip_era
d["realm"] = header.modeling_realm
d["realm"] = header.realm
d["frequency"] = drv.frequency
d["Conventions"] = header.Conventions
d["product"] = header.product
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_global_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Fake:
header = {
"table_id": "Omon",
"mip_era": "CMIP6",
"modeling_realm": "ocnBgchem",
"realm": "ocnBgchem",
"Conventions": "CF-1.7 CMIP-6.2",
"product": "model-output",
"data_specs_version": "01.00.33",
Expand Down

0 comments on commit 4c7c369

Please sign in to comment.