Closed oneupthedevil closed 5 months ago
After trying to run lineups; using
try: lineups = optimizer.optimize(n=num_lineups) except Exception as e: print(f"Error generating lineups: {e}") raise
And trying to #Print lineups using
for lineup in lineups: print(lineup)
I recieve "ValueError: max() arg is an empty sequence"
Cant figure out why? Any help would help
After trying to run lineups; using
try: lineups = optimizer.optimize(n=num_lineups) except Exception as e: print(f"Error generating lineups: {e}") raise
And trying to #Print lineups using
Print lineups
for lineup in lineups: print(lineup)
I recieve "ValueError: max() arg is an empty sequence"
Cant figure out why? Any help would help