-
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
conflict with "ScikitLearn" package #64
Comments
I wonder if ScikitLearn defines something called |
Although it is getting through |
If you are at a REPL with |
JuMPeR hardly exports anything so I'm not sure the root of this really... |
In the REPL, I ran the following sequences of commands:
Then, I tried again with ScikitLearn
In both cases, |
(sorry, in the previous post, it should be |
Line 35 in ea9222a
is the cause of So I guess what I meant before was |
Sorry! Here are the methods.
|
OK, good. So its falling through to the abstract error case, but the only reason it should do that is if
|
Interestingly, I found that the first file works correctly, whereas the second file crashes. File1.jl
File2.jl
|
The following also works:
It appears that is we run a |
Can you try Julia 0.4.5? |
Same problem |
The workaround a couple posts above works for now. I'll keep looking through the code to see if I can figure out the problem. |
I can't reproduce this in #69. Is it still an issue? |
Closing stale issues. Re-open if it's still a problem. |
There seems to be conflict between master branch of JuMPeR and ScikitLearn. When adding
to an example (such as
inventory
orportfolio
examples), I get the following error during thesolve(model)
:The examples work correctly when
using ScikitLearn
is removed. My package versions:Is this a known bug / is there a workaround? Sorry in advance if I am missing an obvious solution. Thanks alot!
The text was updated successfully, but these errors were encountered: