Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up that were left from testing #1017

Merged
merged 2 commits into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions pcmdi_metrics/variability_mode/variability_modes_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,7 @@
# Run
# -------------------------------------------------
for model_path in model_path_list:
# try:
if 1:
try:
if realization == "*":
run = (model_path.split("/")[-1]).split(".")[run_in_modpath]
else:
Expand Down Expand Up @@ -1022,14 +1021,12 @@
run=run,
cmec_flag=cmec,
)
"""
except Exception as err:
if debug:
raise
else:
print("warning: failed for ", model, run, err)
pass
"""
# ========================================================================
# Dictionary to JSON: collective JSON at the end of model_realization loop
# ------------------------------------------------------------------------
Expand Down
Loading