-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024 Changes to FD Single Game #430
Comments
That would be an easy fix
…On Mon, Sep 9, 2024, 6:44 PM EdCarGoes ***@***.***> wrote:
Hello,
First of all, this is an incredible resource and I have greatly enjoyed
playing with it.
It looks like Fanduel slightly changed the positions and scoring
parameters of the NFL Single Game mode for the 2024-25 NFL season.
In pydfs the positions are 'MVP - 2X Points', 'UTIL', 'UTIL', 'UTIL',
'UTIL'
However the current single game positions are now 'MVP - 1.5X Points',
'AnyFLEX', 'AnyFLEX', 'AnyFLEX', 'AnyFLEX'
It would seem a new class needs to be created to handle these changes in
the single game importer.py and settings.py files as well as potentially an
additional class in lineup_exporter.py. Maybe more, you would know much
better than me.
I have a manual workaround going, but it seemed an actual correct solution
wouldn't be that terrible to add so I thought I'd raise it.
Thank you!
—
Reply to this email directly, view it on GitHub
<#430>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBWO7TE6TTMSRNUON5HPQDZVYQDHAVCNFSM6AAAAABN5P35QCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYTKMBVGM4DMMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Good news! I can help test once the fix is in. Just let me know. Thanks. |
EricHeidbreder
added a commit
to EricHeidbreder/pydfs-lineup-optimizer
that referenced
this issue
Sep 15, 2024
… - 2X Points > MVP - 1.5X Points)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
First of all, this is an incredible resource and I have greatly enjoyed playing with it.
It looks like Fanduel slightly changed the positions and scoring parameters of the NFL Single Game mode for the 2024-25 NFL season.
In pydfs the positions are 'MVP - 2X Points', 'UTIL', 'UTIL', 'UTIL', 'UTIL'
However the current single game positions are now 'MVP - 1.5X Points', 'AnyFLEX', 'AnyFLEX', 'AnyFLEX', 'AnyFLEX'
It would seem a new class needs to be created to handle these changes in the single game importer.py and settings.py files as well as potentially an additional class in lineup_exporter.py. Maybe more, you would know much better than me.
I have a manual workaround going, but it seemed an actual correct solution wouldn't be that terrible to add so I thought I'd raise it.
Thank you!
The text was updated successfully, but these errors were encountered: