[jira] [Resolved] (CLIMATE-826) ValueError in model_ensemble_to_rcmed.py

2018-02-10 Thread Michael Anderson (JIRA)

 [ 
https://issues.apache.org/jira/browse/CLIMATE-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Anderson resolved CLIMATE-826.
--
Resolution: Fixed

> 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 
> 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)


[jira] [Commented] (CLIMATE-826) ValueError in model_ensemble_to_rcmed.py

2018-02-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CLIMATE-826:


Github user asfgit closed the pull request at:

https://github.com/apache/climate/pull/497


> 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 
> 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)


[GitHub] climate pull request #497: CLIMATE-826 ValueError in model_ensemble_to_rcmed...

2018-02-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/climate/pull/497


---