[ 
https://issues.apache.org/jira/browse/CLIMATE-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012859#comment-14012859
 ] 

ASF GitHub Bot commented on CLIMATE-448:
----------------------------------------

Github user OCWJenkins commented on the pull request:

    https://github.com/apache/climate/pull/49#issuecomment-44582338
  
    Merged build finished. Test Passed.


> 'decode_time_values' on utils.py should be more accurate to get 'next-month'
> ----------------------------------------------------------------------------
>
>                 Key: CLIMATE-448
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-448
>             Project: Apache Open Climate Workbench
>          Issue Type: Bug
>            Reporter: Maziyar Boustani
>            Assignee: Maziyar Boustani
>
> 'dateutil.relativedelta' library does better on getting 'next-month' 
> dateitme, so need to be replaced with code below.
>  
> {code}
>         for time_val in time_data:
>             print time_val
>             num_days = 30 * time_val
>             times.append(time_base + dt.timedelta(days=num_days))
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to