v5.1.6
Fixed
- Batch LMM memory preflight now propagates
n_cvttoestimate_lmm_memoryat both call sites (PipelineRunner._run_innerbatch branch andrun_lmm_association_numpy). Previously these passed only(n_samples, n_snps), silently defaultingn_cvt=1, so multi-covariate runs could pass the preflight and then OOM at the realUab_batch/Iab_batchallocations (which scale withn_cvt). The streaming branch was already correct.
See CHANGELOG.md for full history.