Skip to content

Commit 62ff25f

Browse files
committed
last fix for unit tests
1 parent b868695 commit 62ff25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bnlearn/tests/test_bnlearn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def test_edge_properties():
301301
assert model['methodtype'] == methodtype
302302

303303
# Load asia DAG
304-
df = bn.import_example(data='asia')
304+
df = bn.import_example(data='sprinkler')
305305
# Structure learning of sampled dataset
306306
model = bn.structure_learning.fit(df)
307307
edge_properties1 = bn.get_edge_properties(model)

0 commit comments

Comments
 (0)