You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise GenerateLineupException(solver_exception.get_user_defined_constraints())
pydfs_lineup_optimizer.exceptions.GenerateLineupException: Can't generate lineups. Following constraints are not valid: budget,total_players,positions_2B_OF,positions_2B_C_OF,positions_2B_3B_OF,positions_2B_OF_SS,positions_2B_3B_C_OF,positions_2B_C_OF_SS,positions_1B_2B_3B_OF,positions_2B_3B_OF_SS,positions_1B_2B_3B_C_OF,positions_2B_3B_C_OF_SS,positions_1B_2B_3B_OF_SS,positions_1B_2B_3B_C_OF_SS
The text was updated successfully, but these errors were encountered:
If you're doing a GameStack, do you need to specify the TeamStacks as well??? Have you tried using only GameStack and without the two TeamStacks? I was able to do this with only GameStack before.
I am using GameStack and TeamStack together. I aim to create a 5-3 stack from the same game.
Here is my code:
raise SolverInfeasibleSolutionException(invalid_constraints)
pydfs_lineup_optimizer.solvers.exceptions.SolverInfeasibleSolutionException: ['_C21', '_C167', '_C196', '_C445', '_C615', '_C781', '_C786', '_C811', '_C817', '_C823', 'budget', 'total_players', 'positions_2B_OF', 'positions_2B_C_OF', 'positions_2B_3B_OF', 'positions_2B_OF_SS', 'positions_2B_3B_C_OF', 'positions_2B_C_OF_SS', 'positions_1B_2B_3B_OF', 'positions_2B_3B_OF_SS', 'positions_1B_2B_3B_C_OF', 'positions_2B_3B_C_OF_SS', 'positions_1B_2B_3B_OF_SS', 'positions_1B_2B_3B_C_OF_SS']
raise GenerateLineupException(solver_exception.get_user_defined_constraints())
pydfs_lineup_optimizer.exceptions.GenerateLineupException: Can't generate lineups. Following constraints are not valid: budget,total_players,positions_2B_OF,positions_2B_C_OF,positions_2B_3B_OF,positions_2B_OF_SS,positions_2B_3B_C_OF,positions_2B_C_OF_SS,positions_1B_2B_3B_OF,positions_2B_3B_OF_SS,positions_1B_2B_3B_C_OF,positions_2B_3B_C_OF_SS,positions_1B_2B_3B_OF_SS,positions_1B_2B_3B_C_OF_SS
The text was updated successfully, but these errors were encountered: