Skip to content

Commit 1c9afc1

Browse files
committed
avoid int64
1 parent 6333879 commit 1c9afc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/Base/mapreduce.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ end
376376
@test y1 == [1, 2, 6, 24]
377377
@test b1([1, 1, 1, 1])[3] isa ChainRulesCore.NotImplemented
378378
@test b1([1, 1, 1, 1])[4] == [33, 16, 10, 6]
379-
@test b1([1, 1, 1, 1])[6] isa Tangent{Some{Int64}}
379+
@test b1([1, 1, 1, 1])[6] isa Tangent{Some{Int}}
380380
@test b1([1, 1, 1, 1])[6].value isa ChainRulesCore.NotImplemented
381381

382382
# y2, b2 = rrule(CFG, _accumulate!, /, [0 0; 0 0], [1 2; 3 4], :, nothing)

0 commit comments

Comments
 (0)