summaryrefslogtreecommitdiff
path: root/bin/eval-outlier-removal.py
AgeCommit message (Expand)AuthorLines
2020-07-06Rename dfatool.dfatool to dfatool.loaderDaniel Friesel-1/+1
2020-07-06Move ParamFit, PTAModel, AnalyticModel to model.py moduleDaniel Friesel-1/+2
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-8/+8
2020-05-28bin: rename opts to opt, as it is a dictDaniel Friesel-6/+6
2020-05-28use black(1) for uniform code formattingDaniel Friesel-58/+129
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-2/+1
2019-02-13add generic monte carlo cross validationDaniel Friesel-6/+6
2019-02-08fix eval-outlier-removal to account for not-so-recent PTAModel.assess changesDaniel Friesel-4/+6
2019-02-08Convert PTAModel to EnergyModel signatureDaniel Friesel-0/+152