Skip to content

Commit 57e4629

Browse files
committed
emit eigvals warning in tests
1 parent fdfef02 commit 57e4629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ControlSystemsBase/test/test_analysis.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@test_throws MethodError poles(big(1.0)*ssrand(1,1,1)) # This errors before loading GenericLinearAlgebra
12
using GenericLinearAlgebra # Required to compute eigvals of a matrix with exotic element types
23
@testset "test_analysis" begin
34
## tzeros ##

0 commit comments

Comments
 (0)