Skip to content

Commit 055d881

Browse files
authored
Update test_event_freshness_anomalies.py
remvoed comment
1 parent c809d08 commit 055d881

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

integration_tests/tests/test_event_freshness_anomalies.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ def test_exclude_detection_from_training(test_id: str, dbt_project: DbtProject):
102102
- Without exclusion: anomaly gets included in training baseline, test passes (misses anomaly)
103103
- With exclusion: anomaly excluded from training, test fails (detects anomaly)
104104
105-
Mirrors the volume anomalies test pattern with:
106-
- Daily buckets (not hourly) to avoid boundary alignment issues
107-
- Mid-day event times (12:00) to avoid spillover across day boundaries
108-
- Explicit training_period and detection_period parameters
109-
- Explicit backfill_days to ensure exclusion logic works correctly
110105
"""
111106
utc_now = datetime.utcnow()
112107
test_started_at = (utc_now + timedelta(days=1)).replace(

0 commit comments

Comments
 (0)