We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://groups.google.com/forum/#!topic/julia-opt/6eVnmkhiDZg
This is a regression in 0.12:
julia> @defVar(m, x[0:3,0:3]) julia> x[1,:] ERROR: MethodError: `isless` has no method matching isless(::Colon, ::Int64) Closest candidates are: isless(::AbstractFloat, ::Real) isless(::ForwardDiff.ForwardDiffNumber{N,T<:Real,C}, ::Real) isless(::Real, ::Real) ... in getindex at /home/mlubin/.julia/v0.4/JuMP/src/JuMPArray.jl:61
Related issues: #643 #287
To fix the regression I think we should have a special case for colons and put off handling ranges for later.
The text was updated successfully, but these errors were encountered:
My advisor hit this today. Can the notebooks from https://github.com/JuliaOpt/juliaopt-notebooks maybe be run as tests via NBInclude?
Sorry, something went wrong.
3c18a35
Merge pull request #685 from JuliaOpt/slices-of-jumparray
50ebf63
Allow slices of JuMPArray (#684)
@tkelman, I'd love a way to test the notebooks: JuliaOpt/juliaopt-notebooks#5
No branches or pull requests
https://groups.google.com/forum/#!topic/julia-opt/6eVnmkhiDZg
This is a regression in 0.12:
Related issues: #643 #287
To fix the regression I think we should have a special case for colons and put off handling ranges for later.
The text was updated successfully, but these errors were encountered: