Denwen12

Results 137 comments of Denwen12

I do it this way and rinse and repeat Flex TE Lock 80% ``` teams10 = ['TB', "LAR"] position10 = ['TE'] optimizer.add_players_group(PlayersGroup(players=[player for player in optimizer.players if player.team in teams10...

Might be able to enter the code twice with different settings

I can edit the code to remove the teams part

try downgrading pulp to 2.2 i think On Sun, Jan 24, 2021, 10:54 PM cheez4 wrote: > I'm kind of new to this any help would be greatly appreciated. >...

can i see your whole script On Sun, Jan 24, 2021, 11:26 PM cheez4 wrote: > Try that .. read through all the close issues > > — > You...

regular python will not work on android because of permissions so you might have to use QPython On Sun, Jan 24, 2021, 11:27 PM joseph offen wrote: > can i...

post your code your running

thats your whole code?

``` import pulp from pulp import COIN_CMD import warnings warnings.filterwarnings("ignore") from collections import Counter from itertools import chain from pydfs_lineup_optimizer import get_optimizer, Site, Sport,CSVLineupExporter from pydfs_lineup_optimizer.solvers.pulp_solver import PuLPSolver from pydfs_lineup_optimizer.stacks...