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

The method addStatistic(Statistic) is undefined for the type ProductStatistic #965

Closed maxbiostat closed 7 years ago

maxbiostat commented 7 years ago

Trying to run this XML but getting

    The method addStatistic(Statistic) is undefined for the type ProductStatistic

    at dr.inferencexml.model.ProductStatisticParser.parseXMLObject(ProductStatisticParser.java:82)
    at dr.xml.AbstractXMLObjectParser.parseXMLObject(AbstractXMLObjectParser.java:136)
    at dr.xml.XMLParser.convert(XMLParser.java:325)
    at dr.xml.XMLParser.convert(XMLParser.java:296)
    at dr.xml.XMLParser.parse(XMLParser.java:175)
    at dr.app.beast.BeastMain.<init>(BeastMain.java:165)
    at dr.app.beast.BeastMain.main(BeastMain.java:805)