Skip to content

Commit

Permalink
Make issue description in comment more specific
Browse files Browse the repository at this point in the history
Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com>
  • Loading branch information
mjp98 and mzgubic authored Nov 15, 2022
1 parent 19461d4 commit 0315d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base_maths.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ using Test
@test transpose(a) * b1 isa Transpose{<:Number, <:Vector}
@test a' * b1 a' * Matrix(b1)
@test transpose(a) * b1 transpose(a) * Matrix(b1)
# Method ambiguity bug https://github.com/invenia/BlockDiagonals.jl/issues/91
# Method ambiguity with different eltypes https://github.com/invenia/BlockDiagonals.jl/issues/91
@test a' * bi isa Adjoint{<:Number, <:Vector}
end

Expand Down

0 comments on commit 0315d61

Please sign in to comment.