Fixed the propagateVectorized(...) function in the SystemModelBase class.
Also added some size checks to guarantee right state, input and noise dimensions.
@igilitschenski Yep, I'm currently working on implementing more unit tests. I will open a PR with some of them, when I'm partly finished (To make it small enough for easy reviewing).
Fixed the
propagateVectorized(...)
function in theSystemModelBase
class. Also added some size checks to guarantee right state, input and noise dimensions.