-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QParams - Bug using ratesFormula tag #25
Comments
The problem appears to be this:
States are supposed to be included in all Param and Rates formulas.
As you can see... $dataStates is not included in processing rates or rate formulas. |
The further I tracked this issue, the more it became obvious I'd be better off writing my own Plugin to do what I need. It appears you never intended the plugin to allow States to do much, other than give main Param adjustments. Your SParam and XParam (plus) algorithms totally ignore States. QParams, however, don't. So, your note tag is erroneously suggesting all functions should apply to all trait objects. |
I can only imagine that no one has tried to use that note tag, because merely removing it from the trait object removes the error.
use in question is this, on a State.
I realize you are not exactly active in the community at the moment, but this isn't a small bug. Nor one that I think I am easily able to isolate myself. As a matter of fact, I'm not sure whats going on there except that the trait object 23 is the SPARAM group, and MCR is in it.
Thanks for any time you can spare here.
The text was updated successfully, but these errors were encountered: