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

Improve error for non-constant Interval constraints #2712

Merged
merged 3 commits into from
Sep 27, 2021
Merged

Conversation

odow
Copy link
Member

@odow odow commented Sep 27, 2021

Closes #2599

@codecov
Copy link

codecov bot commented Sep 27, 2021

Codecov Report

Merging #2712 (a9eef23) into master (a9890a4) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2712      +/-   ##
==========================================
+ Coverage   93.54%   93.61%   +0.07%     
==========================================
  Files          44       44              
  Lines        5456     5454       -2     
==========================================
+ Hits         5104     5106       +2     
+ Misses        352      348       -4     
Impacted Files Coverage Δ
src/macros.jl 93.84% <100.00%> (+0.35%) ⬆️
src/nlp.jl 93.75% <100.00%> (+0.27%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a9890a4...a9eef23. Read the comment docs.

@odow odow merged commit a608e52 into master Sep 27, 2021
@odow odow deleted the od/interval_error branch September 27, 2021 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Improve error for Interval constraints with non-constant set
1 participant