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

Update old User Guide examples (GLD, PyPOWER, ns-3) #40

Open trevorhardy opened 3 years ago

trevorhardy commented 3 years ago

Update the old User Guide examples to work with HELICS v3 and find a good way to distribute them.

trevorhardy commented 2 years ago

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.