Skip to content

Commit d061ce4

Browse files
chore: format
1 parent 8e48f1c commit d061ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/SciMLBaseZygoteExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ end
174174
gs_not_obs = not_obs_grads(VA, sym, not_obs_idx, i, Δ)
175175

176176
a = Zygote.accum(gs_obs[1], gs_not_obs)
177-
177+
178178
(a, nothing)
179179
end
180180
VA[sym], ODESolution_getindex_pullback

test/downstream/observables_autodiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ end
7575
@testset "DAE Observable function AD" begin
7676
model = create_model()
7777
sys = structural_simplify(model)
78-
78+
7979
prob = ODEProblem(sys, [], (0.0, 1.0))
8080
sol = solve(prob, Rodas4())
8181

0 commit comments

Comments
 (0)