Skip to content

Commit

Permalink
rerun checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Zgubic committed Mar 25, 2021
1 parent 4192880 commit 77136bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ end
end

@testset "issue #922" begin
# check whether getproperty gets accumulated correctly
# checks whether getproperty gets accumulated correctly
# instead of defining a test function as in the issue, compare the two pullbacks
function two_svds(X::StridedMatrix{<:Union{Real, Complex}})
return svd(X).U * svd(X).V'
Expand Down

0 comments on commit 77136bd

Please sign in to comment.