Skip to content

Commit cc9a7d5

Browse files
DhairyaLGandhiAayushSabharwal
authored andcommitted
test: syntax
1 parent f99fd59 commit cc9a7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/observables_autodiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sol = solve(prob, Tsit5())
4242
sum(sum.(sol[[sys.w, sys.x]]))
4343
end
4444
du_ = [1.0, 1.0, 2.0, 0.0]
45-
du = [du_ for _ in sol[[D(x), x, y, z]]
45+
du = [du_ for _ in sol[[D(x), x, y, z]]]
4646
@test du == gs.u
4747
end
4848

0 commit comments

Comments
 (0)