Skip to content

Commit

Permalink
minor: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Oct 19, 2022
1 parent 38576e4 commit f5c4ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/pcmdi/mean_climate_metrics_calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def compute_metrics(Var, dm, do):

# CALCULATE ANNUAL CYCLE SPACE-TIME RMS, CORRELATIONS and STD
rms_xyt = pcmdi_metrics.pcmdi.rms_xyt.compute(dm, do)
# cor_xyt = pcmdi_metrics.pcmdi.cor_xyt.compute(dm, do)
# cor_xyt = pcmdi_metrics.pcmdi.cor_xyt.compute(dm, do)
stdObs_xyt = pcmdi_metrics.pcmdi.std_xyt.compute(do)
std_xyt = pcmdi_metrics.pcmdi.std_xyt.compute(dm)

Expand Down

0 comments on commit f5c4ad8

Please sign in to comment.