Open rambaut opened 5 months ago
am seeing this error:
[junit] Running test.dr.evomodel.substmodel.GeneralSubstitutionModelTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.101 sec
and many, many other errors. @rambaut -- can this wait until after our ..0 release?
The tests all used the old TreeLikelihood and likelihood core. Which is not much use. I am not sure our unit tests are really worth it at present.
This is a large purge of obsolete stuff starting with the
oldevomodel/*
andoldevomodelxml/
packages that are based around the originalTreeLikelihood
that usesTreeLikelihoodCore
- the original native library. Most uses of this package were simply to get constant strings for parsers that were also available in newer files.The biggest loss is the whole of the
evomodel.arg
package which was entirely dependent onoldevolmodel
. It was easiest to delete it. Legacy use can be through BEAST v1.10.4 and at some point someone can reimplement using BEAGLE tree likelihoods.There were a few other things that were easier to delete than to update and have likely been unused for years.