rwl/PYPOWER

float argument required, not numpy.ndarray

jesseholzerpnnl opened this issue · 0 comments

It looks like you've caught a few of these before, so here's another one. In printpf, replace

 gen(i, [PMIN, PG, PMAX]])

with

 tuple(gen(i, [PMIN, PG, PMAX]]))