Skip to content

Commit

Permalink
Merge branch 'main' into lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
aclerc authored Jan 20, 2025
2 parents 3ac8126 + c079686 commit eba7e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wind_up/plots/detrend_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def plot_check_wsratio_v_dir(
if pre_wsratio_v_dir.empty:
logger.warning("pre_wsratio_v_dir is empty")
return
if pre_wsratio_v_dir.empty:
if post_wsratio_v_dir.empty:
logger.warning("post_wsratio_v_dir is empty")
return
scen_to_plot = (
Expand Down

0 comments on commit eba7e12

Please sign in to comment.