Repository: climate Updated Branches: refs/heads/master 5c195a139 -> 911509681
CLIMATE-844 - Attribute error in test_smoke.py Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/6f83c39c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/6f83c39c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/6f83c39c Branch: refs/heads/master Commit: 6f83c39cdb4465614970176264074fe68c0d258e Parents: 05519e1 Author: Ibrahim Jarif <jarifibra...@gmail.com> Authored: Sat Aug 13 12:45:17 2016 +0530 Committer: Ibrahim Jarif <jarifibra...@gmail.com> Committed: Sat Aug 13 12:45:17 2016 +0530 ---------------------------------------------------------------------- test_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/6f83c39c/test_smoke.py ---------------------------------------------------------------------- diff --git a/test_smoke.py b/test_smoke.py index f07eaa3..e89f18d 100644 --- a/test_smoke.py +++ b/test_smoke.py @@ -84,7 +84,7 @@ def check_some_dataset_functions(dataset): ''' Run a subset of dataset functions and check for any exception ''' try: dataset.spatial_boundaries() - dataset.time_range() + dataset.temporal_boundaries() dataset.spatial_resolution() except Exception as e: fail("\nDataset functions")