Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

  • Fix NoiseFunction example to use callable interface instead of non-existent .t field
  • Fix NoiseTransport example with correct constructor signature f(u, p, t, rv) and RV function
  • Fix VirtualBrownianTree example to use keyword arguments for tree_depth and atol
  • Fix NoiseWrapper example to pass solution directly (not .W field) and access tuple values

These fixes address the documentation build failures after merging #244.

Test plan

  • Run julia --project=docs docs/make.jl locally and verify it completes successfully

🤖 Generated with Claude Code

- NoiseFunction: Use callable interface instead of .t field
- NoiseTransport: Fix constructor signature to f(u, p, t, rv) and RV function
- VirtualBrownianTree: Use keyword arguments for tree_depth and atol
- NoiseWrapper: Pass solution directly (not .W field) and access tuple values

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The runic-action requires Julia to be installed first.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit ce35bf0 into SciML:master Jan 11, 2026
13 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.

3 participants