Get dependence non decision #115
Answered
by
mwshinn
TinusUU
asked this question in
Ask for help
|
Hi, For pyDDM 0.8.1 we can now define non-decision time as: nondecision = "tr" instead of using overlay. (Since for startingpoint m.get_dependence("IC") still holds, I tried using "overlay" or "OverlayNonDecision" instead, but this doesn't work either). Thanks, |
Answered by
mwshinn
Nov 17, 2024
Replies: 1 comment 1 reply
|
You can use Also, what is the reason for trying to access the object? You should normally not need this. If you want the parameter value, you can use |
1 reply
Answer selected by
TinusUU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
m.get_dependence("overlay")but you said this does not work, could you please provide more details on what you mean by "does not work"?Also, what is the reason for trying to access the object? You should normally not need this. If you want the parameter value, you can use
m.parameters().