Skip to content

Commit a9282ea

Browse files
remove resize fixed size
1 parent f1c31d5 commit a9282ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/core_resizing.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ end
2424
df1 = ForwardDiff.derivative-> claytonsample!(stod, τ, 0.0), 0.3)
2525
@test size(randmat) == size(df1)
2626

27-
stod = FixedSizeDiffCache(sto)
28-
ForwardDiff.derivative-> claytonsample!(stod, τ, 0.0), 0.3)
29-
@test size(randmat) == size(df1)
30-
3127
#calculating the jacobian of claytonsample! with respect to τ and α
3228
df2 = ForwardDiff.jacobian(x -> claytonsample!(stod, x[1], x[2]), [0.3; 0.0]) #should give a 15x2 array,
3329
#because ForwardDiff flattens the output of jacobian, see: https://juliadiff.org/ForwardDiff.jl/stable/user/api/#ForwardDiff.jacobian

0 commit comments

Comments
 (0)