-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15320/
-----------------------------------------------------------
Review request for Apache Open Climate.
Bugs: CLIMATE-321
https://issues.apache.org/jira/browse/CLIMATE-321
Repository: climate
Description
-------
SubRegion Index slicing was failing if you used subregion values that didn't
align exactly with the dataset grid you wanted to slice.
This patch changes the behavior, so if you have a mis-aligned subregion, the
dataset is sliced WITHIN the defined subregion.
Diffs
-----
http://svn.apache.org/repos/asf/incubator/climate/trunk/ocw/dataset_processor.py
1539774
http://svn.apache.org/repos/asf/incubator/climate/trunk/ocw/tests/test_dataset_processor.py
1539774
Diff: https://reviews.apache.org/r/15320/diff/
Testing
-------
One new unit test has been added to test the new functionality works as
expected. We have also run the test suite and all tests pass, so we have not
broken backward compatibility with existing APIs.
Thanks,
Cameron Goodale