Skip to content

Commit

Permalink
autoformat
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
oxinabox and github-actions[bot] authored Mar 1, 2024
1 parent f74d9aa commit a70495c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/rulesets/Base/fastmath_able.jl
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,10 @@ const FASTABLE_AST = quote
# So these should not hit
@test rrule(+, sh1, f1) == nothing
@test rrule(-, sh1, f1) == nothing
@test frule((NoTangent(), Tangent{StoreHalfed}(val=2.0), 20.0),+, sh1, f1) == nothing
@test frule((NoTangent(), Tangent{StoreHalfed}(val=2.0), 20.0),-, sh1, f1) == nothing
@test frule((NoTangent(), Tangent{StoreHalfed}(; val=2.0), 20.0), +, sh1, f1) ==
nothing
@test frule((NoTangent(), Tangent{StoreHalfed}(; val=2.0), 20.0), -, sh1, f1) ==
nothing
end
end

Expand Down

0 comments on commit a70495c

Please sign in to comment.