beast2 icon indicating copy to clipboard operation
beast2 copied to clipboard

Yule conditioned on root warns too much

Open rbouckaert opened this issue 3 years ago • 0 comments

The Yule prior produces a warning about a missing MRCA prior on the root, even when the prior is present because validateInputs() is called before initAndValidate() is called, so the tree is not initialised yet.

Making the XMLParser perform the call to validateInputs() after all nodes are initialised should fix this.

rbouckaert avatar Apr 28 '22 18:04 rbouckaert