We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b4854 commit 6aa8ef1Copy full SHA for 6aa8ef1
test/matrices.jl
@@ -52,7 +52,7 @@ matrices = list_matrices()
52
@test_throws ArgumentError list_matrices(Group(:notexists))
53
54
# list_matrices filtering
55
-@properties Matrix [:symmetric, :inverse]
+@suppress @properties Matrix [:symmetric, :inverse]
56
add_to_groups(Matrix, USER_GROUP, TEST_GROUP)
57
@test Matrix ∉ list_matrices(:posdef)
58
@test Matrix ∈ list_matrices(:symmetric)
0 commit comments