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
RuntimeError: Could not set value for S1, as it is defined by an initial assignment rule and can not be set independently., at ?setValues@LLVMExecutableModel@rrllvm@@AEAAHP6A_NPEAULLVMModelData@2@HN@ZP812@EAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_K@Z2PEBHPEBN_N@Z
If I recall correctly, we're using the initial state of the model as a sort of 'scratch pad' to perform these calculations, but this doesn't work when there's an initial assignment rule. Need to either find a better scratch pad, or a way around the restriction.
The text was updated successfully, but these errors were encountered:
As discovered by @janisshin , roadrunner fails to calculate control coefficients in models with initial assignments:
yields:
If I recall correctly, we're using the initial state of the model as a sort of 'scratch pad' to perform these calculations, but this doesn't work when there's an initial assignment rule. Need to either find a better scratch pad, or a way around the restriction.
The text was updated successfully, but these errors were encountered: