eaton-lab / ipcoal

simulation framework for investigating genealogical and sequence variation within and across genomes
MIT License
2 stars 2 forks source link

Error when using the ipcoal.Model with toytree. #7

Open hemille-huggler opened 8 months ago

hemille-huggler commented 8 months ago

Hello,

I'm following the initial steps of the ipcoal tutorial and encountering this error when running model = ipcoal.Model(tree=tree1, Ne=1e5):

image

This error occurs when I try to pass any object from toytree as a parameter to the ipcoal.Model.

I've tried it both on an online Jupyter Notebook and on my Linux machine setup.

Thank you, looking forward to your response.