Skip to content

Fix GPU test: add explicit DiffEqBase import#162

Open
ChrisRackauckas-Claude wants to merge 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:fix-gpu-test-diffeqbase-import
Open

Fix GPU test: add explicit DiffEqBase import#162
ChrisRackauckas-Claude wants to merge 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:fix-gpu-test-diffeqbase-import

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown
Contributor

Summary

  • Add explicit using DiffEqBase to GPU test imports
  • Replace OrdinaryDiffEq.DiffEqBase.anyeltypedual with DiffEqBase.anyeltypedual

Problem

The GPU test fails with UndefVarError: DiffEqBase not defined because DiffEqBase is no longer re-exported through OrdinaryDiffEq in a way that allows OrdinaryDiffEq.DiffEqBase access.

Test plan

  • Fix is straightforward import change — GPU CI will validate

🤖 Generated with Claude Code

ChrisRackauckas and others added 2 commits March 25, 2026 10:55
DiffEqBase is no longer accessible via OrdinaryDiffEq.DiffEqBase,
causing an UndefVarError in the GPU tests. Import it directly.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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