Closed jsschlosser closed 7 years ago
Ipopt is not required because the installation of Ipopt is problematic on some LANL machines.
-monty
On Mon, May 29, 2017 at 12:38 PM, jsschlosser notifications@github.com wrote:
Closed #18 https://github.com/madsjulia/Mads.jl/issues/18.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/madsjulia/Mads.jl/issues/18#event-1101320474, or mute the thread https://github.com/notifications/unsubscribe-auth/AFXxeKKNITc0bRhXzDpk-SPE9Wu9Z0jcks5r-xC8gaJpZM4NpiVT .
I don't know what I did, but once I re-installed Julia it finally worked.
Hello,
I get the following error after trying all troubleshooting methods. ERROR: UndefVarError: Ipopt not defined in #NMFipopt#240(::Int64, ::Float64, ::Bool, ::Int64, ::Int64, ::Array{Float64,2}, ::Array{Float64,2}, ::Int64, ::Bool, ::Mads.#NMFipopt, ::Array{Float64,2}, ::Int64) at C:\Users\Joseph\AppData\Local\JuliaPro-0.5.2.1\pkgs-0.5.2.1\v0.5\Mads\src..\src-new\MadsBSS.jl:47 in (::Mads.#kw##NMFipopt)(::Array{Any,1}, ::Mads.#NMFipopt, ::Array{Float64,2}, ::Int64) at .\:0
I looked into this and it seems to be not a bug in this package, but because Mads is doing unreliable things with conditional imports. I'm not sure how critical this is, but I figured I'd post it here.
Thank you,
Joe Schlosser