CURENT / andes

Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
https://ltb.curent.org
Other
208 stars 108 forks source link

Quick fix of numpy object #437

Closed jinningwang closed 1 year ago

jinningwang commented 1 year ago

With this fix, conversion to mpc will be okay.

Code:

import andes
ss = andes.load(andes.get_case('ieee14/ieee14_full.xlsx'))
mpc = andes.io.matpower.system2mpc(ss)