-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Type: BugSomething isn't workingSomething isn't workingType: DocumentationDocumentationDocumentationpinned
Description
Describe the bug
The very first code snippet in Getting Started (Quick Start Guide) doesn't work without the user having to specify/work-from the package directory.
Minimum Viable Example
Running this:
using PowerModelsDistribution
using Ipopt
solve_mc_opf("case3_unbalanced.dss", ACPUPowerModel, Ipopt.Optimizer)
# a preface to the snippet says that the case file is in ./test/data/,
# but even that should be (if a user has to specify the exact address) ./test/data/opendss/Expected behavior
The case file should be detected by the command solve_mc_opf (and then solved)
System Information (please complete the following information):
- OS:
Windows 11 - Version:
PowerModelsDistribution v0.15.1, Ipopt v1.5.1
Additional context
As a first time user, I'd like to be able to run the very first tutorial code snippet seamlessly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't workingSomething isn't workingType: DocumentationDocumentationDocumentationpinned
