Skip to content
Snippets Groups Projects
Commit 408c2d29 authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

#1 Sort the weather observations  to be used for mean temperature and leaf wetness.
parent ecb69e61
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ public class AlternariaModel extends I18nImpl implements Model{
int count = 0;
Collections.sort(observations);
for(WeatherObservation weatherObj: observations)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment