Skip to content

Commit

Permalink
Format printing
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Feb 28, 2024
1 parent 9fa236c commit 6aab19c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fink_filters/filter_anomaly_notification/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ def anomaly_notification_(
... send_to_tg=False, channel_id=None,
... send_to_slack=False, channel_name=None)
>>> print(sorted(pdf_anomalies['objectId'].values))
['ZTF21acoshvy' 'ZTF18abgjtxx' 'ZTF19acevxhv' 'ZTF19aboujyi' 'ZTF18aapgymv'
'ZTF18abbtxsx' 'ZTF18aaakhsv' 'ZTF18aaypnnd' 'ZTF18aapoack' 'ZTF18abzvnya']
['ZTF18aaakhsv', 'ZTF18aabeyfi', 'ZTF18aapgymv', 'ZTF18aapoack', 'ZTF18abbtxsx', 'ZTF18abgjtxx', 'ZTF18abzvnya', 'ZTF19aboujyi', 'ZTF19acevxhv', 'ZTF21acoshvy']
# Check cut_coords
>>> pdf_anomalies = anomaly_notification_(df_proc, threshold=10,
Expand Down

0 comments on commit 6aab19c

Please sign in to comment.