[ https://issues.apache.org/jira/browse/CLIMATE-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339033#comment-16339033 ]
ASF GitHub Bot commented on CLIMATE-826: ---------------------------------------- GitHub user MichaelArthurAnderson opened a pull request: https://github.com/apache/climate/pull/497 CLIMATE-826 ValueError in model_ensemble_to_rcmed.py - Keyed start date off of dataset post re-bin rather than hard code to ensure data set and bounds are consistent. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MichaelArthurAnderson/climate CLIMATE-826 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/497.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #497 ---- commit bf1f04ed038d765018806e1cac23c2ae04759ab5 Author: michaelarthuranderson <michael.arthur.anderson@...> Date: 2018-01-25T10:20:57Z CLIMATE-826 ValueError in model_ensemble_to_rcmed.py ---- > ValueError in model_ensemble_to_rcmed.py > ---------------------------------------- > > Key: CLIMATE-826 > URL: https://issues.apache.org/jira/browse/CLIMATE-826 > Project: Apache Open Climate Workbench > Issue Type: Bug > Reporter: Ibrahim Jarif > Assignee: Michael Anderson > Priority: Critical > Fix For: 1.3.0 > > > {code}Traceback (most recent call last): > File > "/home/travis/build/jarifibrahim/climate/examples/model_ensemble_to_rcmed.py", > line 134, in <module> > knmi_dataset = dsp.subset(new_bounds, knmi_dataset) > File "build/bdist.linux-x86_64/egg/ocw/dataset_processor.py", line 388, in > subset > File "build/bdist.linux-x86_64/egg/ocw/dataset_processor.py", line 1408, in > _are_bounds_contained_by_dataset > ValueError: bounds.start: 1989-01-01 00:00:00 is not between start: > 1989-07-02 00:00:00 and end: 2008-07-02 00:00:00{code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)