summaryrefslogtreecommitdiff
path: root/bin/test.py
AgeCommit message (Collapse)AuthorLines
2019-03-01move tests to separate directoryDaniel Friesel-240/+0
2019-02-14update tests for get_param_lut fallback parameterDaniel Friesel-1/+3
2019-02-14improved cross-validation in analyze-archive; fallback for param_lut_modelDaniel Friesel-1/+1
2019-02-08Convert PTAModel to EnergyModel signatureDaniel Friesel-8/+13
outlier detection / removal is not supported at the moment.
2019-02-07Rename EnergyModel to PTAModelDaniel Friesel-7/+7
2019-02-01move parameter influence detection to newly introduced ParamStat classDaniel Friesel-12/+12
2018-04-17Properly toggle safe functions feature from analyze-archive.pyDaniel Friesel-2/+2
2018-04-10add support for safe division/log/sqrtDaniel Friesel-0/+1
2018-03-16Allow silencing of warning and debug messagesDaniel Friesel-6/+6
2018-02-14proper paramfuncton support (no crossvalidation yet for assessment)Daniel Friesel-0/+3
2018-02-12determine functions for parameter-dependent model attributesDaniel Friesel-0/+34
2018-01-29add parameter look-up table modelsDaniel Friesel-0/+8
2018-01-29add some testsDaniel Friesel-0/+187