-
Notifications
You must be signed in to change notification settings - Fork 21
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
Possible bug in indices? #24
Comments
You're definitely on master? |
Yeah, just pulled again... Vishal Gupta On Thu, Apr 17, 2014 at 9:35 PM, Iain Dunning notifications@github.comwrote:
|
OK, can you pull and try again? |
Nope... If it helps, the issue is that length(coeff_coeff) = 1, and where trying to access element 2. |
So, for the moment, is the branch safe or broken? |
Ahh I missed the other one. |
(well, fixing master) |
By branch i meant master.... :) is master safe? Vishal Gupta On Thu, Apr 17, 2014 at 9:55 PM, Iain Dunning notifications@github.comwrote:
|
I'll never put it in a state where the tests fail - doesn't mean there aren't bugs, but it should be monotonically improving |
:) Thanks. you're a star. It seems to be running now. I'll let you know VG Vishal Gupta On Thu, Apr 17, 2014 at 9:57 PM, Iain Dunning notifications@github.comwrote:
|
Very keen to hear if the objectives match. |
The objectives do match for the robust model. (Sorry, I should have told you that earlier), and they match the nominal when Gamma =0. This 2nd bug cropped up when using an affine formulation. Initial tests on the affine suggest taht they too do match! The world is happiness and glee! |
So i can't yet confirm if this is a real bug, or a problem in my own code, but in I keep getting an ERROR: BoundsError() thrown from
in generateCut at /Users/VGupta/.julia/v0.2/JuMPeR/src/oracle_poly.jl:261
I'm not sure what it could be. Reformulation works correctly. Any ideas?
VG
The text was updated successfully, but these errors were encountered: