-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Per Dale's comment here:
https://forum.mimiframework.org/t/mcs-assigning-random-variables-to-indexed-variable/129
due to changes in broadcasting etc. in underlying Julia, instructions here: https://forum.mimiframework.org/t/mcs-assigning-random-variables-to-indexed-variable/129 for assigning to slices no longer work when you are doing a many to one assignment and thus need a .=
operator. We have added the .=
operator into the code in a PR, but need to add underlying array functionality as pointed out in #765 for this to work ...
we may be able to hack it within _perturn_param!
's .=
clause but not sure how just yet