-
Notifications
You must be signed in to change notification settings - Fork 400
properly calculate minguardBG if COB==0 and UAM is disabled #673
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
Conversation
|
Even after this fix I still see MinPredBG=999. Is that part of the same problem or is that a different issue?
|
|
That's an unrelated cosmetic bug: I originally wanted to make minPredBG a top-level variable, but ended up not using it, so it never got set. You can see that there is another reference to minPredBG in the reason field on the next line that does get set properly: that's the one that's actually getting used. I'll remove the extra one that's showing 999, but you can ignore it for now. |
No description provided.