We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfef02 commit 57e4629Copy full SHA for 57e4629
lib/ControlSystemsBase/test/test_analysis.jl
@@ -1,3 +1,4 @@
1
+@test_throws MethodError poles(big(1.0)*ssrand(1,1,1)) # This errors before loading GenericLinearAlgebra
2
using GenericLinearAlgebra # Required to compute eigvals of a matrix with exotic element types
3
@testset "test_analysis" begin
4
## tzeros ##
0 commit comments