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

✨ Implement size for JuMPArray #1595

Merged
merged 3 commits into from
Nov 10, 2018
Merged

✨ Implement size for JuMPArray #1595

merged 3 commits into from
Nov 10, 2018

Conversation

blegat
Copy link
Member

@blegat blegat commented Nov 10, 2018

We used to not define it as it gives wrong results with end, see #1102 (comment)
This was resolved in JuliaLang/julia#24899 so with Julia v0.7 onward we can define size for non 1-based arrays.

Closes #1294

@codecov
Copy link

codecov bot commented Nov 10, 2018

Codecov Report

Merging #1595 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1595      +/-   ##
=========================================
+ Coverage    90.8%   90.8%   +<.01%     
=========================================
  Files          28      28              
  Lines        3707    3708       +1     
=========================================
+ Hits         3366    3367       +1     
  Misses        341     341
Impacted Files Coverage Δ
src/JuMPArray.jl 71.42% <100%> (+0.24%) ⬆️

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 34f9c5a...157a2cb. Read the comment docs.

Copy link
Member

@mlubin mlubin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending CI

@blegat blegat merged commit 096e652 into master Nov 10, 2018
@blegat blegat deleted the bl/sizejumparray branch December 12, 2018 17:05
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.

Inspecting the Size of a JuMPArray
2 participants