Skip to content

Commit

Permalink
update default english_throttle to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-mcblane committed Dec 25, 2024
1 parent 2081eae commit f00342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pooltool/physics/resolve/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def default(cls) -> ResolverConfig:
ball_pocket=BallPocketModel.CANONICAL,
ball_pocket_params={},
stick_ball=StickBallModel.INSTANTANEOUS_POINT,
stick_ball_params={"english_throttle": 0.5, "squirt_throttle": 1.0},
stick_ball_params={"english_throttle": 1.0, "squirt_throttle": 1.0},
transition=BallTransitionModel.CANONICAL,
transition_params={},
version=VERSION,
Expand Down

0 comments on commit f00342b

Please sign in to comment.