[
https://issues.apache.org/jira/browse/CLIMATE-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012825#comment-14012825
]
ASF GitHub Bot commented on CLIMATE-448:
----------------------------------------
Github user MJJoyce commented on the pull request:
https://github.com/apache/climate/pull/49#issuecomment-44579458
Sorry, ignore the previous. The log for this build says this test is
breaking
backend.tests.test_local_file_metadata_extractors.TestTimeExtraction
This is not the normal DAP problem that we were having before. Please check
the backend tests as well!
> '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)