beast-dev / beast-mcmc

Bayesian Evolutionary Analysis Sampling Trees
http://beast.community
GNU Lesser General Public License v2.1
192 stars 73 forks source link

Fixed SubtreeLeapOperator with taxa #1053

Closed 4ment closed 7 months ago

4ment commented 5 years ago

The operator currently keeps a list of NodeRef object to propose moves for a set of taxa. This causes a bug with the store/restore methods of the treeModel. The list is now a list of Integers containing node numbers.