Skip to content
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

Fix copy_to(::Model, src) when src is nonlinear #3101

Merged
merged 1 commit into from
Oct 8, 2022
Merged

Conversation

odow
Copy link
Member

@odow odow commented Sep 30, 2022

Closes #3100

@codecov
Copy link

codecov bot commented Sep 30, 2022

Codecov Report

Base: 97.64% // Head: 97.63% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (e39d64f) compared to base (2b2c321).
Patch coverage: 97.14% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3101      +/-   ##
==========================================
- Coverage   97.64%   97.63%   -0.01%     
==========================================
  Files          32       32              
  Lines        4328     4364      +36     
==========================================
+ Hits         4226     4261      +35     
- Misses        102      103       +1     
Impacted Files Coverage Δ
src/copy.jl 96.15% <97.14%> (+0.43%) ⬆️
src/Containers/macro.jl 100.00% <0.00%> (ø)
src/Containers/container.jl 97.82% <0.00%> (+0.09%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@odow odow merged commit 1a5b487 into master Oct 8, 2022
@odow odow deleted the od/fix-read-nl-file branch October 8, 2022 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Nonlinear Related to nonlinear programming Type: Bug
Development

Successfully merging this pull request may close these issues.

I/O functions fail in NL files with models with quadratic @constraint and @objective
1 participant