Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility with bdms >=v4.0 #2

Open
wsdewitt opened this issue Mar 31, 2024 · 0 comments
Open

compatibility with bdms >=v4.0 #2

wsdewitt opened this issue Mar 31, 2024 · 0 comments

Comments

@wsdewitt
Copy link
Collaborator

As of BDMS v4.0, the parameter

birth_mutations: bool

of the bdms.Tree.evolve() method has been replaced with

birth_mutation_prob: float | Callable[[Any, rng], float]

A new install will require a change in notebooks/efficiency.ipynb to replace birth_mutations=False with birth_mutation_prob=0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant