Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

This PR fixes a typo in the RC Circuit benchmark that was causing it to fail with an undefined variable error.

Changes

  • Fixed typo in benchmarks/ModelingToolkit/RCCircuit.jmd:88 where deeref was incorrectly used instead of daeref

Issue

Fixes #1034

Testing

  • Reviewed the code and verified the variable name should be daeref to match the other references in the same function
  • The variable is properly defined at line 79 as daeref = nothing and used consistently in lines 90 and 92

cc @ChrisRackauckas

🤖 Generated with Claude Code

Fixed typo in benchmarks/ModelingToolkit/RCCircuit.jmd:88 where `deeref`
was used instead of `daeref`, causing an undefined variable error.

This fixes issue SciML#1034 where the RC circuit benchmarks were broken.

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

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@ChrisRackauckas ChrisRackauckas merged commit c6a13c9 into SciML:master Jan 8, 2026
0 of 2 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.

RC circuit benchmarks broken

3 participants