Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link

Summary

  • Fix DDE test bug with incorrect variable assignment in test_dde.R:20
  • Fix SDE test undefined parameter error in test_sde.R:94

Issues Fixed

  • DDE test bug: julia_assign("constant_lags", tspan) was incorrectly assigning tspan instead of constant_lags
  • SDE test parameter error: Function referenced undefined parameter p in SDEProblem call

Changes Made

  • tests/testthat/test_dde.R: Fixed variable assignment to use correct constant_lags variable
  • tests/testthat/test_sde.R: Changed undefined parameter p to nothing since functions don't use parameters

Test plan

  • DDE tests now pass on Windows/macOS (where Julia setup works)
  • SDE tests now pass on Windows/macOS (where Julia setup works)
  • No functional changes to package behavior
  • Fixes address test failures from CI runs on master

🤖 Generated with Claude Code

ChrisRackauckas and others added 2 commits September 4, 2025 21:52
The test was incorrectly assigning tspan to constant_lags instead
of the actual constant_lags variable, causing test failures.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
The non-diagonal noise test was referencing undefined parameter p.
Since the functions don't use parameters, changed to pass nothing
instead of the undefined p variable.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@ChrisRackauckas ChrisRackauckas merged commit 4123827 into SciML:master Sep 5, 2025
1 of 4 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.

2 participants