Skip to content

Commit

Permalink
avoid int64
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Dec 9, 2022
1 parent 7b28e10 commit dd4f952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rulesets/Base/mapreduce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ end
@test y1 == [1, 2, 6, 24]
@test b1([1, 1, 1, 1])[3] isa ChainRulesCore.NotImplemented
@test b1([1, 1, 1, 1])[4] == [33, 16, 10, 6]
@test b1([1, 1, 1, 1])[6] isa Tangent{Some{Int64}}
@test b1([1, 1, 1, 1])[6] isa Tangent{Some{Int}}
@test b1([1, 1, 1, 1])[6].value isa ChainRulesCore.NotImplemented

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

0 comments on commit dd4f952

Please sign in to comment.