alifestd_is_ultrametric_polars
- alifestd_is_ultrametric_polars(phylogeny_df: DataFrame, *, atol: float = 0.0) bool
Do all tips share the same origin_time (within
atol)?Tests the peak-to-peak (
ptp) range oforigin_timeamong tips againstatol. ReturnsTruefor empty phylogenies. RaisesValueErrorif any tip’sorigin_timeis null/NaN. Must represent an asexual phylogeny (whenis_leafis not already present).