Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Dec 8, 2023
1 parent 1021d24 commit c301db9
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 @@ -493,7 +493,7 @@ def verify_family(self, family, game_solver, prop, reference_policy=None):

# map reachable scheduler choices to hole options
scheduler_choices = self.quotient.state_to_choice_to_choices(state_to_choice)
hole_selection = self.quotient.choices_to_hole_selection(scheduler_choices)
hole_selection = self.quotient.coloring.choices_to_hole_selection(scheduler_choices)

if False:
# sanity check
Expand Down

0 comments on commit c301db9

Please sign in to comment.