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 12ec881 commit 3e3ffe0Copy full SHA for 3e3ffe0
test/test-qn.jl
@@ -10,8 +10,8 @@ using Graphs: ne, nv
10
11
g2 = QualitativeNetworks.build_qn_grammar(Symbol[], Integer[])
12
13
- @test isempty(setdiff(Set(g2.rules), Set(entities)))
14
- @test isempty(setdiff(Set(g2.rules), Set(constants)))
+ @test isempty(intersect(Set(g2.rules), Set(entities)))
+ @test isempty(intersect(Set(g2.rules), Set(constants)))
15
end
16
17
@testset "QN Sampling" begin
0 commit comments