Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatfpmK committed Nov 18, 2024
1 parent 4028535 commit 3beadd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions paynt/verification/property.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ def construct_property(prop, relative_error):
rf = prop.raw_formula
player_index = None
if not (rf.is_reward_operator or rf.is_probability_operator) and rf.is_game_formula:
# import paynt.quotient.posmg
# paynt.quotient.posmg.PosmgQuotient.optimizing_player = extract_player_index(rf)
player_index = extract_player_index(rf)
game_rf = rf
rf = rf.subformula
Expand Down

0 comments on commit 3beadd3

Please sign in to comment.