From bc371b26f9409a34a44d5b6ca645fea0b2cb7616 Mon Sep 17 00:00:00 2001 From: "clara.bayley" Date: Wed, 16 Apr 2025 13:25:29 +0200 Subject: [PATCH] fix: don't use return of condensation figure plotting function --- scripts/validations/plot_cond0d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validations/plot_cond0d.py b/scripts/validations/plot_cond0d.py index dbd14ee..5e8ec2e 100644 --- a/scripts/validations/plot_cond0d.py +++ b/scripts/validations/plot_cond0d.py @@ -80,7 +80,7 @@ def cond0d_validation_plot(time, gbxs, thermo, sddata, w_avg, tau_half): sd2plot = sdtracing.attributes_for1superdroplet(sddata, sdid2plot, attrs) wlab = " = {:.1f}".format(w_avg * 100) + "cm s$^{-1}$" - axs = as2017fig.condensation_validation_subplots( + as2017fig.condensation_validation_subplots( axs, time, sd2plot["radius"], supersat[:, 0, 0, 0], zprof, lwdth=2, lab=wlab )