DimaKudosh / pydfs-lineup-optimizer

Daily Fantasy Sports lineup optimzer for all popular daily fantasy sports sites
MIT License
424 stars 157 forks source link

Draftkings NBA Tiers #383

Closed mbencho closed 2 years ago

mbencho commented 2 years ago

Has anyone run the optimizer for NBA Tiers on the newest version? I get it to run but it only returns the header row and no lineups. Running as basic as it can get. Wondering if anyone had found a bug?

optimizer = get_optimizer(Site.DRAFTKINGS_TIERS, Sport.BASKETBALL)
optimizer.load_players_from_csv(filename)
exporter = CSVLineupExporter(optimizer.optimize(lines))
mbencho commented 2 years ago

was an issue with my export. trying to use a column that didn't exist. works fine. no issues