summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2020-07-06make test_parameters work with NumPy <= 1.16Daniel Friesel-5/+10
The RNG has been introduced in NumPy 1.17, which is not yet available in DebianStable
2020-07-05bin/: Auf einmal funktioniert auch der UNIX Symlink für Windows... Nehm ich ↵jfalkenhagen-2/+1
wohl. Aber wieso nicht gleich so?
2020-07-05save unixsymlinkjfalkenhagen-0/+1
2020-07-05bin/Proof_of_Concept_PELT: States are now calculated per Measurement per ↵jfalkenhagen-29/+101
State-config. Some statistics are calculated for that. Clustering pending
2020-07-03Add param test for inter-param dependencyDaniel Friesel-16/+18
2020-07-03README: pep8 -> blackDaniel Friesel-3/+3
2020-07-03Add more complex parameter modeling testsDaniel Friesel-0/+127
2020-07-03blacken more codeDaniel Friesel-30/+12
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-53/+53
2020-07-03test_parameters: Test function generationDaniel Friesel-2/+44
2020-07-03move get_fit_result to ParamFit classDaniel Friesel-59/+55
2020-07-03add a linear ParamFit testDaniel Friesel-0/+52
2020-07-03more consistent logging; use logger. instead of logging. where appropriateDaniel Friesel-65/+81
2020-07-02Proof_Of_Concept_PELT - Code aufgeräumt / Imports am Modulanfang / Typos fixedjfalkenhagen-43/+34
2020-07-02Proof_Of_Concept_PELT - renamed decision functionjfalkenhagen-2/+2
2020-07-02Proof_Of_Concept_Pelt - Implementation of decision whether to refine state ↵jfalkenhagen-13/+124
or skip it
2020-07-02Initial commit ProofofConcept-WIP tooljfalkenhagen-0/+297
2020-07-02added .idea to gitignorejfalkenhagen-0/+1
2020-07-02analyse-archive: fixed typo; Also added symlink for windowsjfalkenhagen-2/+4
2020-07-02blacken test codeDaniel Friesel-704/+1089
2020-07-02Remove verbose arg from testsDaniel Friesel-18/+18
2020-07-02Use logging module for debug outputDaniel Friesel-121/+66
2020-07-01Restore k-fold cross validation supportDaniel Friesel-8/+107
2020-06-25analyze-archive: Add --info optionDaniel Friesel-8/+41
2020-06-24analyze-archive: --plot-traces: Limit to <=40 tracesDaniel Friesel-3/+17
2020-05-28dfatool: EnergyTraceLog: Add power trace export (with_traces=True)Daniel Friesel-33/+41
2020-05-28Gitlab CI: Run black --diff to point out problematic sectionsDaniel Friesel-1/+1
2020-05-28bin: rename opts to opt, as it is a dictDaniel Friesel-101/+101
2020-05-28derpDaniel Friesel-1/+1
2020-05-28GitLab CI: Add linting task (black --check)Daniel Friesel-0/+7
2020-05-28use black(1) for uniform code formattingDaniel Friesel-4081/+7311
2020-05-27analyze-archive: add transitions to --param-info outputDaniel Friesel-0/+4
2020-05-20automata: Handle set_param before arg_to_param_mapDaniel Friesel-3/+5
2020-05-15analyze-arche: Add --plot-traces optionDaniel Friesel-5/+24
2020-05-14Allow individual energy/power traces to be exported to the file systemDaniel Friesel-7/+57
2020-05-14generate-{dfa-benchmark,dummy-class}: use relative pathsDaniel Friesel-8/+12
2020-04-30dfatool: Fix Code128 importDaniel Friesel-1/+1
2020-04-30Add Flake8 notesDaniel Friesel-0/+25
2020-04-30Remove .env (no longer needed)Daniel Friesel-1/+0
2020-04-30generate-dfa-benchmark: --energytrace= : "=" is mandatoryDaniel Friesel-1/+1
2020-04-30BME680 exampleDaniel Friesel-0/+4
2020-04-30generate-dfa-benchmark: write to ../data by defaultDaniel Friesel-3/+21
2020-04-30generate-dfa-benchmark: update default app nameDaniel Friesel-1/+1
2020-04-29Remove most unused perl scripts and modulesDaniel Friesel-7801/+0
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-69/+70
2020-04-29update dependency listDaniel Friesel-5/+6
2020-04-29move running_mean helper from dfatool to utilsDaniel Friesel-26/+22
2020-04-29Remove legacy dfatool perl script, add lib symlink for python module loaderDaniel Friesel-491/+1
2019-12-20Merge branch 'master' of ess-git.inf.uni-osnabrueck.de:df/dfatoolDaniel Friesel-0/+0
2019-12-20automata: documentationDaniel Friesel-0/+26