GMLC-TDC / HELICS-Examples

Examples for using HELICS with a variety of the supported programming languages
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

PyPOWER not functional due to deprecation in numpy #70

Closed trevorhardy closed 2 years ago

trevorhardy commented 2 years ago

Describe the bug PyPOWER, used in the original set of examples with GridLAB-D, has been unmaintained for some time and is now requiring deprecated versions of numpy (v1.21.5) which contained the asscalar() method. Python v3.10 used numpy v1.23 by default and does not contain that method.

We need to decide what to do about these older examples as they are valuable in that they were using more than Python (GridLAB-D) but were intended to be manageable in terms of installation.

trevorhardy commented 2 years ago

Merging into #40.