CPCLAB-UNIPI / SIPPY

Systems Identification Package for PYthon
GNU Lesser General Public License v3.0
269 stars 92 forks source link

Systems with number of outputs grates than Number of inputs result in matrix multiplication error. #23

Closed jamestjsp closed 3 years ago

jamestjsp commented 3 years ago

Shapes of D and u[:, 0] will not get not align if there are more number of outputs than inputs. https://github.com/CPCLAB-UNIPI/SIPPY/blob/6f421c9c288ac885ed2f33215b55a7d7ab26f438/sippy/functionsetSIM.py#L117