Skip to content

Commit

Permalink
Update base.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangoraw authored Jul 26, 2024
1 parent a49ef5d commit 84e2228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rulesets/Base/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ end
test_frule(clamp, 4., 2., 3.)
test_rrule(clamp, 4., 2., 3.)

# max < min
# high < low
test_frule(clamp, 3., 4., 2.)
test_rrule(clamp, 3., 4., 2.)
end
Expand Down

0 comments on commit 84e2228

Please sign in to comment.