We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a30d1 commit f784821Copy full SHA for f784821
1 file changed
test/test_dag_formulations.jl
@@ -21,7 +21,7 @@ e2 = StructuralCausalModels.edge_matrix(d2)
21
22
@testset "dag_formulations" begin
23
24
- syms = names(e, 1)
+ syms = names(e1, 1)
25
for s1 in syms
26
for s2 in syms
27
@test e1[s1, s2] == e2[s1, s2]
0 commit comments