Skip to content

fix: use public api in diffusion_function#252

Merged
Datseris merged 5 commits into
JuliaDynamics:mainfrom
oameye:fix
May 2, 2026
Merged

fix: use public api in diffusion_function#252
Datseris merged 5 commits into
JuliaDynamics:mainfrom
oameye:fix

Conversation

@oameye

@oameye oameye commented May 1, 2026

Copy link
Copy Markdown
Member

oameye added 3 commits May 1, 2026 16:56
- 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-commenter

codecov-commenter commented May 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.12%. Comparing base (6c98239) to head (272d932).
⚠️ Report is 59 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

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

Replace defunct `docs.juliadiffeq.org` link with the current
SciML DiffEqDocs URL so the docs `linkcheck` build stops failing on it.
@Datseris

Datseris commented May 2, 2026

Copy link
Copy Markdown
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.
@Datseris Datseris merged commit 6854e68 into JuliaDynamics:main May 2, 2026
2 of 3 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.

Broken example for multiplicative noise in CoupledSDEs docs

3 participants