Skip to content

Commit

Permalink
Merge pull request #783 from davidhassell/aggregate-fix-1
Browse files Browse the repository at this point in the history
Correct finding coordrefs in `cf.aggregate`
  • Loading branch information
davidhassell committed Jun 14, 2024
2 parents 2d183c8 + 200ab3e commit e233717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def __init__(
"cf_role": None,
"hasdata": dim_coord.has_data(),
"hasbounds": hasbounds,
"coordrefs": self.find_coordrefs(axis),
"coordrefs": self.find_coordrefs(dim_coord_key),
"cellsize": cellsize,
"spacing": spacing,
}
Expand Down

0 comments on commit e233717

Please sign in to comment.