summaryrefslogtreecommitdiff
path: root/test/test_timingharness.py
AgeCommit message (Expand)AuthorLines
2024-01-17update tests for 0015665bda8511db30c254adb351af94494deb7fBirte Kristina Friesel-4/+16
2021-10-14Revert "update timing/rf24 singlefile test for co-dependent parameter detecti...Daniel Friesel-3/+15
2021-10-13update timing/rf24 singlefile test for co-dependent parameter detection updateDaniel Friesel-15/+3
2021-03-17always handle co-dependent parametersDaniel Friesel-9/+31
2021-03-03Remove ModelInfo; add info to ModelFunction insteadDaniel Friesel-28/+28
2021-03-01Update testsDaniel Friesel-11/+12
2021-02-26refactor param_info, show splits in analyze-archive outputDaniel Friesel-16/+16
2021-02-26test_timingharness: disable decisiontrees for nrf24 testDaniel Friesel-0/+3
2021-02-18refactor model generation from Analytic/PTAModel into ModelAttribute classDaniel Friesel-10/+16
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-03blacken more codeDaniel Friesel-21/+7
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-16/+16
2020-07-02blacken test codeDaniel Friesel-63/+138
2020-07-02Remove verbose arg from testsDaniel Friesel-6/+6
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-2/+2
2019-11-26autopep8Daniel Friesel-6/+8
2019-10-07move ParamStats and helper functions to lib/parameters.pyDaniel Friesel-1/+1
2019-08-16Add function override support to AnalyticModel, analyze-timing.pyDaniel Friesel-0/+29
2019-08-16optionally prune dependent parameters before analysisDaniel Friesel-0/+30
2019-08-15Fix generate-dfa-benchmark leaving out benchmark parts when splitting runsDaniel Friesel-3/+3
2019-08-13add fit tests for AnalyticModelDaniel Friesel-11/+18
2019-08-13adjust data path in test_timingharnessDaniel Friesel-1/+1
2019-07-26tests: follow unittest naming schemeDaniel Friesel-0/+27