-
Notifications
You must be signed in to change notification settings - Fork 0
Remove need for the MOI fork #21
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
fedad79
Remove need for the MOI fork
blegat d6b6156
Update ci
blegat 06b3e00
Rename
blegat c871453
Fixes
blegat 8e67e16
Correct typo and change model for Model
SophieL1 c7345b0
Fix tests
blegat e165a0e
Fix format
blegat b8f31cf
Fixes
blegat 69dbb4f
Fix problems
SophieL1 8cc4f33
Remove need for the MOI fork
blegat daecc2b
Update ci
blegat 678da5e
Rename
blegat e40b878
Fixes
blegat ae806d2
Correct typo and change model for Model
SophieL1 bb2d59d
Fix tests
blegat 5ebb925
Fix format
blegat 29fc603
Fixes
blegat 98ee103
Fix problems
SophieL1 d56ae72
Merge branch 'main' into bl/fix_parse
SophieL1 48836eb
Merge remote-tracking branch 'origin/bl/fix_parse' into bl/fix_parse
SophieL1 41ca187
Change tests accordingly when merging with main
SophieL1 1239956
Correct format
SophieL1 3948bfe
Copy-paste OperatorRegistry, Model and Evaluator from MOI.Nonlinear
SophieL1 75432f3
Copy-paste functions we need from MOI.Nonlinear and change to ours
SophieL1 ba548b0
We seem to need this?
SophieL1 4ecd3ff
Change to our functions in ArrayDiff tests
SophieL1 e77013c
Change to our functions in ReverseAD tests
SophieL1 6d6cb7e
Delete double definition and change places
SophieL1 3ad14fc
Format and remove unused
SophieL1 08bcf64
Remove unused
SophieL1 95407fc
Reorganise MOI_Nonlinear_fork into operators, model, parse and evaluator
SophieL1 c034297
Format
SophieL1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We don't need to add it to the tests, it's just a dependency of ArrayDiff