Skip to content

Commit

Permalink
addressed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Feb 3, 2025
1 parent 18cadab commit 3b5824b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cal_and_val/thermal/val_hev.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def draw_error_zones(ax):
sd_cal_no_thrml, skip_init=False)
try:
sd_cal_no_thrml.walk_once()
except:
except Exception:
pass
sd_cal_no_thrml = sd_cal_no_thrml.to_pydict()

Expand Down Expand Up @@ -296,7 +296,7 @@ def draw_error_zones(ax):
sd_val_no_thrml, skip_init=False)
try:
sd_val_no_thrml.walk_once()
except:
except Exception:
pass
sd_val_no_thrml = sd_val_no_thrml.to_pydict()

Expand Down

0 comments on commit 3b5824b

Please sign in to comment.