pycopancore icon indicating copy to clipboard operation
pycopancore copied to clipboard

patch Model.__init__ (taxa instantiation for mc runs)

Open zugnachpankow opened this issue 1 year ago • 0 comments

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 avatar Jan 19 '23 10:01 zugnachpankow