Ben Brostoff

Results 35 comments of Ben Brostoff

@amoran Can you post an example here? That will help me write a test case I can then work on passing.

Worth noting I think this is already possible for locking via `position_lock`. The banning piece is still relevant though.

@sharkiteuthis Going to grab NFL showdown to make a blueprint for the future. Some trickiness I'll address but obviously weigh in with opinions: - Ability to lock in with the...

Awesome, I’ll hold off On Tue, Jan 1, 2019 at 5:40 PM Tom Dodson wrote: > look at the feature branch i have for NFL showdown, it's mostly done. >...

Cool, I'll take a look tonight and commit if I have anything good to add. Will open PR just so it's out there.

@revdarr You have more details on what this means?

Can you add `verbose=True` on `run_multi` and post the output in the case it doesn't work? Also does removing any arbitrary row resolve the issue, or just a specific row?

I'm guessing it's the locked and banned settings (which I can add to the debug output - it really should be in there). Do you mind printing locked and banned...

Right - but `run_multi` will automatically lock and ban behind the scenes.

Alrighty, one more test and then I can pull down and try to repro - what about `exposure_dict`? Check out https://github.com/BenBrostoff/draftfast/blob/master/draftfast/optimizer.py#L38-L39 in the source. `_is_banned` and `_is_locked` both look at...