You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
Case file cannot be found.
Expected behavior
The case file should be detected by the command solve_mc_opf (and then solved)
System Information (please complete the following information):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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:
Case file cannot be found.
Expected behavior
The case file should be detected by the command
solve_mc_opf
(and then solved)System Information (please complete the following information):
Windows 11
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.
The text was updated successfully, but these errors were encountered: