Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Nov 10, 2023
1 parent f619758 commit c254d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcmdi_metrics/mean_climate/lib/compute_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def compute_metrics(Var, dm, do, debug=False, time_dim_sync=False):

if time_dim_sync:
# Below is temporary...
dm['time'] = do['time']
dm[dm.time.encoding['bounds']] = do[do.time.attrs['bounds']]
dm["time"] = do["time"]
dm[dm.time.encoding["bounds"]] = do[do.time.attrs["bounds"]]

if debug:
print("time and time bounds synced")
Expand Down

0 comments on commit c254d53

Please sign in to comment.