From 62ff25f615336aded0c3d96fef75ec0c291d9bf6 Mon Sep 17 00:00:00 2001 From: erdogant Date: Thu, 24 Oct 2024 00:13:16 +0200 Subject: [PATCH] last fix for unit tests --- bnlearn/tests/test_bnlearn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bnlearn/tests/test_bnlearn.py b/bnlearn/tests/test_bnlearn.py index 56ea38e..ed8ad86 100644 --- a/bnlearn/tests/test_bnlearn.py +++ b/bnlearn/tests/test_bnlearn.py @@ -301,7 +301,7 @@ def test_edge_properties(): assert model['methodtype'] == methodtype # Load asia DAG - df = bn.import_example(data='asia') + df = bn.import_example(data='sprinkler') # Structure learning of sampled dataset model = bn.structure_learning.fit(df) edge_properties1 = bn.get_edge_properties(model)