alifestd_is_ultrametric
- alifestd_is_ultrametric(phylogeny_df: DataFrame, mutate: bool = False, *, 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.Input dataframe is not mutated by this operation unless mutate set True.