Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrzkaminski committed Aug 5, 2023
1 parent 1156368 commit c0e83f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def test_learning(self):
dist = precision_recall(obtained_dag, self.reference_dag)["SHD"]
self.assertLess(
dist,
20,
25,
msg=f"Structural Hamming Distance should be less than 15, obtained SHD = {dist}",
)

Expand Down

0 comments on commit c0e83f3

Please sign in to comment.