-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Description
I tried the example from the quickstart guide, but it does not work:
using PowerModels
using Ipopt
solve_ac_opf("matpower/case3.m", Ipopt.Optimizer)
Gives the error:
ERROR: SystemError: opening file "/home/ufechner/repos/examples/first_example.jl": Datei oder Verzeichnis nicht gefunden
Stacktrace:
[1] systemerror(p::String, errno::Int32; extrainfo::Nothing)
@ Base ./error.jl:174
[2] #systemerror#68
@ ./error.jl:173 [inlined]
[3] systemerror
@ ./error.jl:173 [inlined]
[4] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing)
@ Base ./iostream.jl:293
[5] open
@ ./iostream.jl:282 [inlined]
[6] open(f::Base.var"#364#365"{String}, args::String; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Base ./io.jl:328
[7] open
@ ./io.jl:328 [inlined]
[8] read
@ ./io.jl:436 [inlined]
[9] _include(mapexpr::Function, mod::Module, _path::String)
@ Base ./loading.jl:1249
[10] include(fname::String)
@ Base.MainInclude ./client.jl:451
[11] top-level scope
@ REPL[1]:1
A working example file should be included in the package.
Metadata
Metadata
Assignees
Labels
No labels