Skip to content

Commit

Permalink
last sprinkler update
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Oct 23, 2024
1 parent 62ff25f commit c77892c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bnlearn/tests/test_bnlearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,6 @@ def test_structure_scores():
bn.check_model(CPD)
bn.check_model(model)

df = bn.import_example('asia')
df = bn.import_example('sprinkler')
model = bn.structure_learning.fit(df)
assert set([*model['structure_scores'].keys()]) == {'bdeu', 'bds', 'bic', 'k2'}

0 comments on commit c77892c

Please sign in to comment.