From 6f83c39cdb4465614970176264074fe68c0d258e Mon Sep 17 00:00:00 2001 From: Ibrahim Jarif Date: Sat, 13 Aug 2016 12:45:17 +0530 Subject: [PATCH] CLIMATE-844 - Attribute error in test_smoke.py --- test_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_smoke.py b/test_smoke.py index f07eaa34..e89f18d1 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")