Skip to content

Commit

Permalink
record fastmath regression
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes authored and oxinabox committed May 28, 2020
1 parent 56c8402 commit f640621
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/chainrules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ end
@test cr_inner_demo_rrule_hitcount[] == 1
end
end

@test_broken gradient(2.0) do x
@fastmath x^2.0
end == (4.0,)

0 comments on commit f640621

Please sign in to comment.