Skip to content

Commit

Permalink
Revert operation string update in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed May 17, 2022
1 parent c957760 commit 131ff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def test_weighted_annual_averages(self):
},
dims=["time", "lat", "lon"],
attrs={
"operation": "temporal_averages",
"operation": "temporal_avg",
"mode": "group_average",
"freq": "year",
"weighted": "True",
Expand Down

0 comments on commit 131ff69

Please sign in to comment.