Closed mbencho closed 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))
was an issue with my export. trying to use a column that didn't exist. works fine. no issues
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?