Skip to content

Commit aa22067

Browse files
Raise SymbolicUtils floor for minimum dependency tests (#479)
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent 289ba1a commit aa22067

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SciMLBase = "2, 3"
3636
SciMLStructures = "1.7.0"
3737
SciMLTesting = "2.1"
3838
SymbolicIndexingInterface = "0.3.39"
39-
SymbolicUtils = "4"
39+
SymbolicUtils = "4.38.1"
4040
Symbolics = "7.4.1"
4141
Test = "1"
4242
julia = "1.10"

test/analog.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ end
522522
@mtkcompile sys = HeatingDiodeTest()
523523
prob = ODEProblem(sys, Pair[], (0.0, 10.0))
524524
sol = solve(prob, Rodas4())
525+
@test SciMLBase.successful_retcode(sol)
525526

526527
# Extract solutions for testing
527528
diode_voltage = sol[sys.heating_diode.v]

0 commit comments

Comments
 (0)