Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flush callbacks and trajectory #35

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Flush callbacks and trajectory #35

merged 1 commit into from
Feb 13, 2025

Conversation

romainljsimon
Copy link
Contributor

@romainljsimon romainljsimon commented Feb 13, 2025

The problem of #31 was that the buffer waited to fill before flushing. Typically the size of the buffer is of 64 KB but I have a hard time believe it was the case for the system.
The solution of this problem is to flush at each make_step! of algorithms that stores data. Closes #31

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/utils.jl 75.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/utils.jl 95.04% <75.00%> (-0.69%) ⬇️

@romainljsimon romainljsimon merged commit 3ddfc4f into main Feb 13, 2025
2 checks passed
@romainljsimon romainljsimon deleted the buffer branch February 13, 2025 19:05
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.

Callbacks are not written on the fly
1 participant