Skip to content

Commit a2e13ab

Browse files
committed
change data into sprinkler
1 parent da953e2 commit a2e13ab

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
@@ -248,7 +248,7 @@ def test_topological_sort():
248248

249249

250250
def test_independence_test():
251-
df = bn.import_example(data='asia')
251+
df = bn.import_example(data='sprinkler')
252252
# Structure learning of sampled dataset
253253
model = bn.structure_learning.fit(df)
254254
# Compute edge weights based on chi_square test statistic

0 commit comments

Comments
 (0)