Update for NonlinearOperator change#321
Merged
Merged
Conversation
Contributor
Author
|
(You might want to hide the whitespace to see the changes.) |
Codecov Report
@@ Coverage Diff @@
## jump_nlp #321 +/- ##
=========================================
Coverage 99.77% 99.77%
=========================================
Files 36 36
Lines 6573 6573
=========================================
Hits 6558 6558
Misses 15 15
📢 Have feedback on the report? Share it here. |
Collaborator
|
Thanks for drafting this |
pulsipher
added a commit
that referenced
this pull request
Sep 15, 2023
* Update to use NonlinearExpr in src * update optimizer_index for constraints * Begin updates for docs and tests * Update datatypes and tests * Add registration tests * Added more tests * Reimplement all tests * Update nlp types * added comment * Update package dependencies * incorporate `JuMP.flatten` * fix @rewrite * Update w/ JuMP * remove use of `MA.@rewrite` * Update user defined functions * Update registration tests * `flatten` -> `flatten!` * Update registration tests * Prepare tests for CI * fix syntax bug * test fix * minor fixes * Minor doc fix * minor fix * Update to JuMP changes * fix `build_measure` * Minor fixes * fix tests * Update to JuMP's latest release * Fix doctests * Another doctest fix * Fix header link * Update for NonlinearOperator change (#321) * test fix * Add AST mapper * Update dep test * fix tests * minor fixes * minor test fix * update to JuMP 1.15 --------- Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We swapped the order of arguments to
NonlinearOperator. Otherwise, tests as passing with jump-dev/JuMP.jl#3489