fix: use public api in diffusion_function#252
Merged
Conversation
- CoupledSDEs: pin `dtmin = 0.0` so the open-ended tspan (0, 1e11) does not produce a too-coarse SciML default `dtmin` (~1.5e-5) that aborts the SOSRA adaptive controller with `DtLessThanMin`. - Tests: update verbose checks from `verbose == false` (Bool) to inspecting the new `DEVerbosity.linear_verbosity` struct field. - Tests: pass `prob.p` (MTKParameters) to the MTK-generated Jacobian instead of `[]`, which now triggers a BoundsError; switch to the non-deprecated `@brownians`/`@mtkcompile` macros.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #252 +/- ##
==========================================
+ Coverage 82.00% 83.12% +1.11%
==========================================
Files 15 17 +2
Lines 717 960 +243
==========================================
+ Hits 588 798 +210
- Misses 129 162 +33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Replace defunct `docs.juliadiffeq.org` link with the current SciML DiffEqDocs URL so the docs `linkcheck` build stops failing on it.
Datseris
approved these changes
May 2, 2026
Member
|
Docs are failing. I'll merge this in for now, but won't be tagging a new release until the move to the new OrdinaryDiffEq version also happens here in the source. |
Updated changelog for versioning and example integration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolve #246 and JuliaDynamics/CriticalTransitions.jl#285