Skip to content

Commit 68ceb39

Browse files
committed
Don't put chunksize=0
1 parent f83d695 commit 68ceb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_utils/ad_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ end
202202
All the ADTypes on which we want to run the tests.
203203
"""
204204
adbackends = [
205-
Turing.AutoForwardDiff(; chunksize=0),
205+
Turing.AutoForwardDiff(),
206206
Turing.AutoReverseDiff(; compile=false),
207207
Turing.AutoMooncake(; config=nothing),
208208
]

0 commit comments

Comments
 (0)