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
For growth this is not needed. By nature we can set all growth parameters with growth. For the micro_mod this does not exist. Hence, is_micro_mod_shared should exist, or the key word micro_mod should be changing all micro_mod parameters.
Maybe I am missing something, but I did not find this function in the code.
The text was updated successfully, but these errors were encountered:
But isn't the micro mod parameter simply set by using set_params(micro=0.5)? It should be similar (or the same) as the growth parameter. But because we cannot have underscores in the parameter names anymore, I had to change its name to micro instead of micro_mod, I think.
Could you check if it does or doesn't share the micro globally?
Ahh, I was looking for micro_mod, since it was in the documentation. But then it makes sense. I will check it as soon as my sampling is done. If it works as you said, everything (except the documentation) is fine.
In
unilateral
the sharing ofmicro_mod
andgrowth
are not fully implemented.Lines 89 -92 indicate that
is_micro_mod_shared
andis_growth_shared
exist:For growth this is not needed. By nature we can set all growth parameters with
growth
. For the micro_mod this does not exist. Hence,is_micro_mod_shared
should exist, or the key wordmicro_mod
should be changing all micro_mod parameters.Maybe I am missing something, but I did not find this function in the code.
The text was updated successfully, but these errors were encountered: