HELMpy / HELMpy

HELMpy, open source package of power flow solvers, including the Holomorphic Embedding Load Flow Method (HELM), developed on Python 3
GNU Affero General Public License v3.0
36 stars 8 forks source link

Make this a proper package #6

Open Bengt opened 5 years ago

Bengt commented 5 years ago

The readme states:

> This package contains the Holomorphic Embedding Loadflow Method (HELM)
> and the Newton-Raphson (NR) algorithm.

However, this software is not actually a Python package (no __init__.py anywhere), nor is it installable as a Python package (no setup.py). So add these please to increase reusability.

Bengt commented 5 years ago

This would be closed by pull request #8.