You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Calling a setter! created with setter! = setp(sys, [sys.my_param]) doesn't ensure that the length of the array/tuple passed to the functor is the same as the number of symbolic parameters passed to setp/setu.
Describe the solution you’d like
setter! should have a boundscheck.
Additional context
If there is runtime overhead to the check, add the option to disable it for compiled code.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Calling a
setter!
created withsetter! = setp(sys, [sys.my_param])
doesn't ensure that the length of the array/tuple passed to the functor is the same as the number of symbolic parameters passed tosetp
/setu
.Describe the solution you’d like
setter!
should have a boundscheck.Additional context
If there is runtime overhead to the check, add the option to disable it for compiled code.
The text was updated successfully, but these errors were encountered: