Skip to content

Commit

Permalink
last fix for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Oct 23, 2024
1 parent b868695 commit 62ff25f
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 @@ -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)
Expand Down

0 comments on commit 62ff25f

Please sign in to comment.