CompEvol / BeastFX

GUIs for BEAST using Java FX to make things more pretty.
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Tip dates operator not added/removed when `tipsonly` checked/unchecked in MRCAPrior #45

Closed rbouckaert closed 1 year ago

rbouckaert commented 1 year ago

This is due to the code around line 270 of the MRCAPriorInputEditor not picking up the checkbox because the hierarchy of components changed.

Note that the TipDatesRandomWalker that is added when tipsonly is checked is not aware of sampled ancestor nodes, and need to be replaced by SampledNodeDateRandomWalker by editing the XML when a BFD prior is used.