Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

This PR fixes typos and a critical variable name error in benchmarks that were causing failures.

Changes

  1. RC Circuit benchmark (fixes issue RC circuit benchmarks broken #1034)

    • Fixed variable name error: deerefdaeref on line 88 of RCCircuit.jmd
    • This was causing an undefined variable error preventing the benchmark from running
  2. AstroChem nelson benchmark

    • Fixed typo: palletepalette in plot parameters
  3. NonStiffODE enright_pryce

    • Fixed typo in comment: orginaloriginal
  4. Typos whitelist

    • Added ND, nd, and ned to .typos.toml
    • These are valid abbreviations for "Non-Dimensional" used in Enright-Pryce benchmarks

Testing

  • Verified all changes are syntactically correct
  • These fixes address spelling check failures in CI

Related Issues

cc @ChrisRackauckas

- Fix RC Circuit benchmark: correct variable name from deeref to daeref (fixes issue SciML#1034)
- Fix AstroChem nelson benchmark: correct pallete to palette
- Fix NonStiffODE enright_pryce: correct orginal to original
- Add ND/nd/ned to typos whitelist (abbreviations for Non-Dimensional in Enright-Pryce benchmarks)

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