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
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
I am getting the attached error after I run my simulation (using Native Excel) and trying to pull the distribution/Sensitivity analysis for the cell that sums a total of everything. I have it labeled as an RTAresult (running ARGO 4.1.3) and I have not had issues in the past.
Any help is much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
brandonherzog
changed the title
Argo
ArgumentOutOfRangeException thrown when creating sensitivity charts
May 22, 2018
@brandonherzog, unfortunately I cannot provide the model due to its sensitivity, but I was able to figure out where the error is coming from. If you use the OPAVERAGE formula, or any of the OP functions it will not produce the charts. Once I took them out, the file worked. Maybe I wasnt using the OP formulas correctly? I used Native Excel to run the model as RTA didnt work due to the complexity. I will say when I used RTA for a smaller trial model to figure out where the problem was RTA gave an error saying "OPAVERAGE is not recognized in Real Times Analytics" or something similar to that message.
@SLSCHWARTZ1212 I'm not sure the exact sequence of events that leads to the initial error (which shouldn't be happening); however, it does sound like the OP functions aren't being used quite correctly.
The documentation should be much more explicit about this, but the OP functions can only be used as outputs from your simulation model and never as inputs because they take the entire set of trial results and reduce them to a single statistic.
Or to say it more mechanically: they should only ever reference cells that contain an RtaRESULT or a distribution, and they should never be referenced by cells that contain (or eventually feed into) an RtaRESULT or distribution.
Argo gives you that error in RTA mode because it traces out the entire simulation network and can catch the misuse of OP functions, but in Native Excel mode the tool unfortunately can't always catch it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am getting the attached error after I run my simulation (using Native Excel) and trying to pull the distribution/Sensitivity analysis for the cell that sums a total of everything. I have it labeled as an RTAresult (running ARGO 4.1.3) and I have not had issues in the past.
Any help is much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: