Skip to content

Commit

Permalink
Update test/rulesets/Base/array.jl
Browse files Browse the repository at this point in the history
Co-Authored-By: Lyndon White <[email protected]>
  • Loading branch information
mattBrzezinski and oxinabox authored Apr 29, 2020
1 parent fad94f8 commit 264af5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rulesets/Base/array.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@testset "reshape" begin
A = rand(4, 5)
A = randn(4, 5)
B, pullback = rrule(reshape, A, (5, 4))
@test B == reshape(A, (5, 4))
= randn(4, 5)
Expand Down

0 comments on commit 264af5a

Please sign in to comment.