Skip to content

Commit

Permalink
Merge pull request #1222 from PCMDI/lee1043-patch-1
Browse files Browse the repository at this point in the history
Update enso_driver.py
  • Loading branch information
lee1043 authored Jan 2, 2025
2 parents d19bcbe + a9c2dce commit 9b1aff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcmdi_metrics/enso/enso_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
)
netcdf_path = outdir(output_type="diagnostic_results")
fig_path = outdir(output_type="graphics")
json_path = outdir(output_type="metrics")
json_path = outdir(output_type="metrics_results")
json_name_template = param.process_templated_argument("json_name")
netcdf_name_template = param.process_templated_argument("netcdf_name")

Expand Down Expand Up @@ -630,7 +630,7 @@
print("metrics:", metrics)

filename_js = OSpath__join(
outdir(output_type="diagnostic_results"), json_name + ".json"
outdir(output_type="metrics_results"), json_name + ".json"
)
print("filename_js:", filename_js)
# data_json = dict_metric
Expand Down

0 comments on commit 9b1aff5

Please sign in to comment.