Skip to content

Commit

Permalink
tweaked roll state matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Jul 3, 2023
1 parent 7fa0407 commit dc13572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysobjects/production/roll_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def allowable_roll_state_from_current_and_position(
Close1=["Close", "Force", "Force_Outright", "Passive", "No_Roll", "No_Open"],
Roll_Adjusted0=["No_Roll"],
Roll_Adjusted1=["Roll_Adjusted"],
No_Open0=["Roll_Adjusted", "Passive"],
No_Open0=["Roll_Adjusted", "Passive", "No_Open"],
No_Open1=["Close", "Force", "Force_Outright", "Passive", "No_Roll"],
)

Expand Down

0 comments on commit dc13572

Please sign in to comment.