openego / ego.powerflow

A power flow app to solve AC and DC powerflow problems using PyPSA
GNU Affero General Public License v3.0
5 stars 3 forks source link

Update of examples in refactor branch needed #25

Closed mariusves closed 7 years ago

mariusves commented 7 years ago

Initial import of ego.io classes in examples still references the old schema, raises an error if used with the new version ego.io.

eosram commented 7 years ago

You can checkout the branch https://github.com/openego/ego.powerflow/tree/refactor/adaptions-of-tablenames in ego.powerflow and https://github.com/openego/ego.io/tree/refactor/updated_schema_structure in the ego.io repository. Although these changes are not merged back yet, both branches are created to solve this issue.

mariusves commented 7 years ago

Issue solved already