Skip to content
Snippets Groups Projects
Commit cddf0f2a authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added explanation of warning status logic

parent 62908af1
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,7 @@ public class AppleScabModel extends I18nImpl implements Model{
{
return Result.WARNING_STATUS_NO_WARNING;
}
// If ascospore maturity == 100%, primary infection period is over. So no warning issued after that
else if(this.calculations.getParamDoubleValueForDate(this.weatherUtil.normalizeToExactDate(timeStamp, this.timeZone), AppleScabCalculations.ASCOSPORE_MATURITY) == 100d)
{
return Result.WARNING_STATUS_NO_WARNING;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment