Aryan Ritwajeet Jha
Results
3
issues of
Aryan Ritwajeet Jha
**Describe the bug** The very first code snippet in [Getting Started (Quick Start Guide)](https://lanl-ansi.github.io/PowerModelsDistribution.jl/stable/manual/quickguide.html#Quick-Start-Guide) doesn't work without the user having to specify/work-from the package directory. **Minimum Viable Example** Running this:...
Type: Bug
Type: Documentation
pinned
So I cannot run this: ``` # Minimal example: from amplpy import AMPL import pandas as pd ampl = AMPL() ampl.eval(r""" set A ordered; param S{A, A}; param lb default...
stale