Skip to content

Commit 75598c8

Browse files
Fix test to properly import SciMLBase
The test item needs to explicitly use SciMLBase to access NonlinearProblem and other types from the module. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent a2b28ff commit 75598c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SCCNonlinearSolve/test/core_tests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ end
8080
# Regression test for https://github.com/SciML/NonlinearSolve.jl/issues/758
8181
# SCCNonlinearProblem does not have a u0 field, so calling solve() without
8282
# explicit u0 should not try to access prob.u0
83+
using SciMLBase
8384
using SCCNonlinearSolve
8485
import NonlinearSolve
8586

0 commit comments

Comments
 (0)