From de1021196ed09586590ab8f8803078c9ce078780 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Wed, 6 Nov 2024 06:30:51 +0100 Subject: [PATCH] Fix names for new 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 7abe55d..653b247 100755 --- a/fink_filters/filter_anomaly_notification/filter.py +++ b/fink_filters/filter_anomaly_notification/filter.py @@ -131,7 +131,7 @@ def anomaly_notification_( ... send_to_tg=False, channel_id=None, ... send_to_slack=False, channel_name=None) >>> print(sorted(pdf_anomalies['objectId'].values)) - ['ZTF18aabeyfi', 'ZTF18aapgymv', 'ZTF18aaypnnd', 'ZTF18abbtxsx', 'ZTF18abgjtxx', 'ZTF18abhxigz', 'ZTF18abjuixy', 'ZTF18abtrvkm', 'ZTF18acaksuq', 'ZTF21acoshvy'] + ['ZTF17aaabbbp', 'ZTF18aaakhsv', 'ZTF18aabeyfi', 'ZTF18aaypnnd', 'ZTF18abgjtxx', 'ZTF18abhxigz', 'ZTF18abjuixy', 'ZTF19aboujyi', 'ZTF21acobels', 'ZTF21acoshvy'] # Check cut_coords >>> pdf_anomalies = anomaly_notification_(df_proc, threshold=10,