Skip to content

Commit

Permalink
Fix names for new model
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Nov 6, 2024
1 parent c152d3c commit de10211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_filters/filter_anomaly_notification/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit de10211

Please sign in to comment.