infiniteopt / InfiniteOpt.jl

An intuitive modeling interface for infinite-dimensional optimization problems.
https://infiniteopt.github.io/InfiniteOpt.jl/stable
MIT License
251 stars 17 forks source link

Update for NonlinearOperator change #321

Closed odow closed 12 months ago

odow commented 12 months ago

We swapped the order of arguments to NonlinearOperator. Otherwise, tests as passing with https://github.com/jump-dev/JuMP.jl/pull/3489

odow commented 12 months ago

(You might want to hide the whitespace to see the changes.)

codecov[bot] commented 12 months ago

Codecov Report

Merging #321 (690908c) into jump_nlp (ac40507) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##           jump_nlp     #321   +/-   ##
=========================================
  Coverage     99.77%   99.77%           
=========================================
  Files            36       36           
  Lines          6573     6573           
=========================================
  Hits           6558     6558           
  Misses           15       15           
Files Changed Coverage Δ
src/nlp.jl 100.00% <100.00%> (ø)

:loudspeaker: Have feedback on the report? Share it here.

pulsipher commented 12 months ago

Thanks for drafting this