Skip to content

Fix broken logging calls in time_evolve - #515

Merged
lkdvos merged 1 commit into
mainfrom
lb/fix_time_evolve_logging
Aug 18, 2026
Merged

Fix broken logging calls in time_evolve#515
lkdvos merged 1 commit into
mainfrom
lb/fix_time_evolve_logging

Conversation

@leburgel

Copy link
Copy Markdown
Member

Previously time_evolve called the logging functions with an error set to zero, e.g. loginit!(log, 0, first(t_span)). However, the error is type restricted to a Float64 in the IterativeLoggers submodule, leading to a method error. I just added a decimal point to avoid this, and added some non-trivial verbosity in the existing time_evolve tests to check the effect.

@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/algorithms/timestep/time_evolve.jl 100.00% <100.00%> (+100.00%) ⬆️

... and 67 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lkdvos
lkdvos merged commit 1a386b5 into main Aug 18, 2026
26 of 30 checks passed
@lkdvos
lkdvos deleted the lb/fix_time_evolve_logging branch August 18, 2026 05:42
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.

2 participants