Skip to content

Commit

Permalink
fix family definition for partially defined siblings
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Dec 2, 2023
1 parent ea0f0b9 commit 0e033bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paynt/synthesizer/policy_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def split(self, splitter, suboptions, subfamilies):

def double_check(self, quotient, prop):
assert self.policy is not None
self.family.build()
quotient.build(self.family)
if self.policy == False:
result = self.family.mdp.model_check_property(prop)
assert not result.sat
Expand Down

0 comments on commit 0e033bf

Please sign in to comment.