Repository: climate Updated Branches: refs/heads/master e5c361e16 -> d56dff1cb
Fix bad indent in dataset_processor docstring Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/d56dff1c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/d56dff1c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/d56dff1c Branch: refs/heads/master Commit: d56dff1cbaca3350612bdc7042ea0f43c28f8ffd Parents: e5c361e Author: Michael Joyce <[email protected]> Authored: Mon Nov 17 07:21:45 2014 -0800 Committer: Michael Joyce <[email protected]> Committed: Mon Nov 17 07:21:45 2014 -0800 ---------------------------------------------------------------------- ocw/dataset_processor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/d56dff1c/ocw/dataset_processor.py ---------------------------------------------------------------------- diff --git a/ocw/dataset_processor.py b/ocw/dataset_processor.py index 2da6c42..15d574c 100644 --- a/ocw/dataset_processor.py +++ b/ocw/dataset_processor.py @@ -122,8 +122,8 @@ def ensemble(datasets): Generate a single dataset which is the mean of the input datasets :param datasets: Datasets to be used to compose the ensemble dataset from. - Note - All Datasets must be the same shape - :type datasets: List of OCW Dataset Objects + All Datasets must be the same shape. + :type datasets: List of OCW Dataset Objects. :returns: New Dataset with a name of 'Dataset Ensemble' :rtype: ocw.dataset.Dataset object
