Skip to content

Commit a9ee5c4

Browse files
committed
Make expm test pass on master
1 parent 7958a7a commit a9ee5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/expm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
@test expm(@SMatrix [5 2; -2 1])::SMatrix expm([5 2; -2 1])
44
@test expm(@SMatrix [4 2; -2 1])::SMatrix expm([4 2; -2 1])
55
@test expm(@SMatrix [4 2; 2 1])::SMatrix expm([4 2; 2 1])
6-
@test expm(@SMatrix [1 2 0; 2 1 0; 0 0 1])::SizedArray{(3,3)} expm([1 2 0; 2 1 0; 0 0 1])
6+
@test expm(@SMatrix [1 2 0; 2 1 0; 0 0 1])::SizedArray{Tuple{3,3}} expm([1 2 0; 2 1 0; 0 0 1])
77
end

0 commit comments

Comments
 (0)