You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcmc_nuts_treedepth() repeats the same singleton-filtering block twice, once for violin_lp_data and once for violin_accept_stat_data. This should be extracted into an internal helper like drop_singleton_values(df, col).