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

Date from weather observation

weather observation date used directly
parent 408c2d29
No related branches found
No related tags found
No related merge requests found
...@@ -394,7 +394,7 @@ public class AlternariaModel extends I18nImpl implements Model{ ...@@ -394,7 +394,7 @@ public class AlternariaModel extends I18nImpl implements Model{
) )
{ {
dataMatrix.setParamDoubleValueForDate ( dataMatrix.setParamDoubleValueForDate (
dateHourlyTm_currentDay weatherObj.getTimeMeasured() //TODO - Might be the date need to be trimmed
, DataMatrix.TEMPERATURE_MEAN , DataMatrix.TEMPERATURE_MEAN
, weatherObj.getValue() , weatherObj.getValue()
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment