From 0f5f07582e2e41c3924e87066367bfc84a512bcc Mon Sep 17 00:00:00 2001 From: Norman Peitek Date: Wed, 26 May 2021 10:16:36 +0200 Subject: [PATCH] add testing hint --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index abd1e37..a37d0b9 100644 --- a/Readme.md +++ b/Readme.md @@ -53,6 +53,10 @@ pytest The analysis output is located in `/analysis/output`. +## Test Your Own Metric? + +If you want to test your own metric and evaluate whether it better fits our captured data, please add an additional column with the metric values for each snippet in `data/metrics/SnippetComplexityMetricsValues.csv`. Then, start a full pipeline run as described above. Please contact us if you have any problems. + # Results For convenience, we provide all output that the analysis script yields for our data in `/analysis/output`.