Skip to content

Commit 18f7c61

Browse files
Apply Runic formatting after v7 rebase onto master
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3262bc7 commit 18f7c61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/OrdinaryDiffEqRosenbrock/test/dae_rosenbrock_ad_tests.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ sol = @inferred solve(
3838

3939
# Test Tsit5DA (Hybrid Explicit/Linear-Implicit)
4040
# Tsit5DA is explicit so it will hit maxiters on stiff rober — just test inference
41-
sol = @inferred solve(prob_mm, Tsit5DA(), reltol = 1.0e-8, abstol = 1.0e-8,
42-
initializealg = BrownFullBasicInit())
41+
sol = @inferred solve(
42+
prob_mm, Tsit5DA(), reltol = 1.0e-8, abstol = 1.0e-8,
43+
initializealg = BrownFullBasicInit()
44+
)
4345

4446
# These tests flex differentiation of the solver and through the initialization
4547
# To only test the solver part and isolate potential issues, set the initialization to consistent

0 commit comments

Comments
 (0)