A Python library for phylogenetic scripting, simulation, data processing and manipulation.
BSD 3-Clause "New" or "Revised" License
210
stars
61
forks
source link
Typo in PhylogeneticIndependentContrasts class #134
Closed
Puumanamana closed 3 years ago
Hi,
I've been trying to import the
PhylogeneticIndependentContrasts
class fromdendropy
by following the tutorial at https://dendropy.readthedocs.io/en/v3.12.1/tutorial/phylogenetic_character_analyses.html. However, I could not import it with:from dendropy.model.continuous import PhylogeneticIndependentContrasts
However, it worked with (notice the additional s in contrasts):
from dendropy.model.continuous import PhylogeneticIndependentConstrasts
The typo seems to be present in the source code here: https://github.com/jeetsukumaran/DendroPy/blob/main/src/dendropy/model/continuous.py