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
fix #641, a crash related to expanding the mutation block buffers when reading in from a file (whether .trees, VCF, MS, or SLiM format), or inside addNew[Drawn]Mutation()
188
+
fix #641, a crash related to expanding the mutation block buffers when reading in from a file (whether .trees, VCF, MS, or SLiM format), or inside addNew[Drawn]Mutation() (new in multitrait)
189
+
fix #642, mutations retained by the tree not re-retained by the tree when a saved tree sequence file is reloaded (new in multitrait)
EIDOS_TERMINATION << "ERROR (Species::__CreateMutationsFromTabulation): (internal error) separate muttype registries set up during pop load." << EidosTerminate();
12965
+
if (population_.keeping_muttype_registries_)
12966
+
EIDOS_TERMINATION << "ERROR (Species::__CreateMutationsFromTabulation): (internal error) separate muttype registries set up during pop load." << EidosTerminate();
0 commit comments