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
Many Dataset subclasses have duplicated methods like export_branch_lengths, and the branch lengths setter. These should be moved to something called BranchLengthDataset, which can be subclassed by all the classes that currently independently implement these methods.
* Addressing #55, I consolidating some branch lengths-related code into a new superclass BranchLengthDataset.
* addressed #22 by moving some methods and functions around. All pre-existing functions and methods should work as they did before. Now, a DXSM crepe can be called on sequences to get selection factors. Previously, this required calling the method `selection_factors_of_aa_str` on a DXSM model.
Many Dataset subclasses have duplicated methods like
export_branch_lengths
, and the branch lengths setter. These should be moved to something called BranchLengthDataset, which can be subclassed by all the classes that currently independently implement these methods.Originally posted by @willdumm in #50 (comment)
The text was updated successfully, but these errors were encountered: