Skip to content

Commit 1f28c7a

Browse files
Remove unused dolinsolve import from linear_solver_split_ode_tests
The import was a leftover from the original file and causes an error on Julia LTS (1.10) since dolinsolve is not exported from OrdinaryDiffEqCore. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0418b11 commit 1f28c7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/OrdinaryDiffEqNonlinearSolve/test/linear_solver_split_ode_tests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Test
22
using OrdinaryDiffEqBDF, OrdinaryDiffEqSDIRK
33
using LinearAlgebra, LinearSolve
4-
using OrdinaryDiffEqCore: dolinsolve
54

65
n = 8
76
dt = 1 / 1000

0 commit comments

Comments
 (0)