We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9794666 commit ba5841eCopy full SHA for ba5841e
test/tangent.jl
@@ -35,7 +35,7 @@ end
35
end
36
37
# Unit Test
38
- cb = TaylorBundle{1, Foo152}(Foo152(23.5), (Tangent{Foo152}(;x=1.0),))
+ cb = TaylorBundle{1, Foo152}(Foo152(23.5), (Tangent{Foo152}(;x=1.0),))
39
tti = TaylorTangentIndex(1,)
40
@test cb[tti] == Tangent{Foo152}(; x=1.0)
41
0 commit comments