float argument required, not numpy.ndarray
jesseholzerpnnl opened this issue · 0 comments
jesseholzerpnnl commented
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]]))