Closed ytdHuang closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.26%. Comparing base (
5499a17
) to head (59c7c1d
). Report is 16 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checklist
Thank you for contributing to
QuantumToolbox.jl
! Please make sure you have finished the following tasks before opening the PR.julia -e 'using JuliaFormatter; format(".")'
docs/
folder) related to code changes were updated.Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a Draft Pull Request to let the others know this on-going work.
Description
The type instability with
PresetTimeCallback
inDiffEqCallbacks v3.8.0
has been solved.Related issues or PRs
https://github.com/SciML/DiffEqCallbacks.jl/issues/225 https://github.com/SciML/DiffEqCallbacks.jl/pull/230
Additional context