Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed May 20, 2024
1 parent 8e48f1c commit d061ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/SciMLBaseZygoteExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ end
gs_not_obs = not_obs_grads(VA, sym, not_obs_idx, i, Δ)

Check warning on line 174 in ext/SciMLBaseZygoteExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/SciMLBaseZygoteExt.jl#L173-L174

Added lines #L173 - L174 were not covered by tests

a = Zygote.accum(gs_obs[1], gs_not_obs)

Check warning on line 176 in ext/SciMLBaseZygoteExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/SciMLBaseZygoteExt.jl#L176

Added line #L176 was not covered by tests

(a, nothing)

Check warning on line 178 in ext/SciMLBaseZygoteExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/SciMLBaseZygoteExt.jl#L178

Added line #L178 was not covered by tests
end
VA[sym], ODESolution_getindex_pullback
Expand Down
2 changes: 1 addition & 1 deletion test/downstream/observables_autodiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end
@testset "DAE Observable function AD" begin
model = create_model()
sys = structural_simplify(model)

prob = ODEProblem(sys, [], (0.0, 1.0))
sol = solve(prob, Rodas4())

Expand Down

0 comments on commit d061ce4

Please sign in to comment.