From 9158dbfe59883dee47c645a000fa2196f5215d95 Mon Sep 17 00:00:00 2001 From: Enrico Vezzali <46928281+Henvezz95@users.noreply.github.com> Date: Fri, 17 May 2024 11:48:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f29fb9..eb9a568 100644 --- a/README.md +++ b/README.md @@ -146,3 +146,5 @@ class NewDetector(BaseDetector): def get_timing(self): ... ``` + +* To enable the new algorithm in a test, it should be added to the algorithms list in the configuration file used in the test. Check the available configuration files in the Repository for the exact syntax required