Skip to content

Commit

Permalink
remove cached family from the processed fmaily
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Jan 15, 2024
1 parent d8d6e07 commit 1fbb610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paynt/synthesizer/policy_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ def evaluate_all(self, family, prop, keep_value_only=False):
policy_tree_node = undecided_leaves.pop(-1)
family = policy_tree_node.family
result = self.verify_family(family,game_solver,prop)
family.candidate_policy = None

if result.policy is not None:
self.explore(family)
Expand Down

0 comments on commit 1fbb610

Please sign in to comment.