Skip to content

Fix timeline cross run contamination#798

Merged
besendorf merged 1 commit into
mainfrom
fix/timeline-append-mode
May 15, 2026
Merged

Fix timeline cross run contamination#798
besendorf merged 1 commit into
mainfrom
fix/timeline-append-mode

Conversation

@tesitura
Copy link
Copy Markdown
Contributor

Closes #797
Switch save_timeline() for timeline.csv and alerts_timeline.csv from append to write mode. Both timelines are fully built in memory before writing, so append only caused silent data contamination across runs.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2026

Coverage

Tests Skipped Failures Errors Time
124 1 💤 0 ❌ 0 🔥 9.357s ⏱️

@besendorf
Copy link
Copy Markdown
Collaborator

Lgtm

@besendorf besendorf merged commit 11d06a3 into main May 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timeline append mode causes cross run contamination

2 participants