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

patch Model.__init__ (taxa instantiation for mc runs) #185

Open
zugnachpankow opened this issue Jan 19, 2023 · 0 comments
Open

patch Model.__init__ (taxa instantiation for mc runs) #185

zugnachpankow opened this issue Jan 19, 2023 · 0 comments
Assignees
Labels
bug python python skills are useful to solve this issue

Comments

@zugnachpankow
Copy link
Contributor

For repeated copan:CORE runs (monte-carlo, pymofa) at the 2nd run following error arises:

Process taxa can only be instantiated once.

This can be solved by using the built-in .delete() method for the entities and taxa. Would be more elegant to solve it with deleting the imported module, del M, where M is the copan:CORE Model. This does not work at the moment.

@zugnachpankow zugnachpankow added bug python python skills are useful to solve this issue labels Jan 19, 2023
@zugnachpankow zugnachpankow changed the title patch Model.__init__ patch Model.__init__ (taxa instantiation for mc runs) Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug python python skills are useful to solve this issue
Projects
None yet
Development

No branches or pull requests

2 participants