-
Notifications
You must be signed in to change notification settings - Fork 9
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
Extragradient and tests #21
base: master
Are you sure you want to change the base?
Extragradient and tests #21
Conversation
… added to this commit)
…be personal preference/against the code style, let me know i will drop them
… into extragradient_test # Conflicts: # .gitignore # fax/constrained/constrained_test.py # fax/test_util.py
gitignore cleanup
Can you open an issue with a brief explanation of what the bug is. It's not obvious to me from your link. Could you elaborate on what is preventing us from passing 2/20 tests? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work. General comment: this PR should really be split into smaller ones. Also, there seems to be a duplicate of code with #14. I also realized that #14 changes the CGA-related code to add type annotation and other auto-formatting changes: I would keep that separate as well and we should generally try to configure our IDEs so that we don't re-format everything on save.
|
non-extragradient changes
…o extragradient_test
@pierrelux Have all your requested changes been addressed? |
(This pull request depends on the HS suite)
adds:
3 and 4 should be part of another PR, let me know if i should split this