From c152d3c8e1790e837b895a56aca1720363c53204 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Wed, 6 Nov 2024 06:15:23 +0100 Subject: [PATCH] Keep results of default model --- fink_filters/filter_anomaly_notification/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fink_filters/filter_anomaly_notification/filter.py b/fink_filters/filter_anomaly_notification/filter.py index 2f97476..7abe55d 100755 --- a/fink_filters/filter_anomaly_notification/filter.py +++ b/fink_filters/filter_anomaly_notification/filter.py @@ -91,7 +91,7 @@ def anomaly_notification_( >>> from fink_science.anomaly_detection.processor import anomaly_score >>> df = spark.read.format('parquet').load('datatest/regular') - >>> MODELS = ['', '_beta'] # '' corresponds to the model for a telegram channel + >>> MODELS = ['_beta', ''] # '' corresponds to the model for a telegram channel >>> what = [ ... 'jd', 'fid', 'magpsf', 'sigmapsf', ... 'magnr', 'sigmagnr', 'isdiffpos', 'distnr']