Github user MJJoyce commented on the pull request: https://github.com/apache/climate/pull/143#issuecomment-70341247 ``` ..................FFFF..FF..........................................................................F.F........ ====================================================================== FAIL: test_bad_lat_shape (ocw.tests.test_dataset.TestInvalidDatasetInit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/jenkins/jobs/OCWPRBuild/workspace/ocw/tests/test_dataset.py", line 63, in test_bad_lat_shape Dataset(self.lat, self.lon, self.time, self.value, 'prec') AssertionError: ValueError not raised -------------------- >> begin captured stdout << --------------------- Warning: Latitude Array should be 1 dimensional. 2 dimensions found. --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- ocw.dataset: ERROR: Latitude Array should be 1 dimensional. 2 dimensions found. --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_bad_lon_shape (ocw.tests.test_dataset.TestInvalidDatasetInit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/jenkins/jobs/OCWPRBuild/workspace/ocw/tests/test_dataset.py", line 68, in test_bad_lon_shape Dataset(self.lat, self.lon, self.time, self.value, 'prec') AssertionError: ValueError not raised -------------------- >> begin captured stdout << --------------------- Warning: Longitude Array should be 1 dimensional. 2 dimensions found. --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- ocw.dataset: ERROR: Longitude Array should be 1 dimensional. 2 dimensions found. --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_bad_times_shape (ocw.tests.test_dataset.TestInvalidDatasetInit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/jenkins/jobs/OCWPRBuild/workspace/ocw/tests/test_dataset.py", line 73, in test_bad_times_shape Dataset(self.lat, self.lon, self.time, self.value, 'prec') AssertionError: ValueError not raised -------------------- >> begin captured stdout << --------------------- Warning: Time Array should be 1 dimensional. 2 dimensions found. --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- ocw.dataset: ERROR: Time Array should be 1 dimensional. 2 dimensions found. --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_bad_values_shape (ocw.tests.test_dataset.TestInvalidDatasetInit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/jenkins/jobs/OCWPRBuild/workspace/ocw/tests/test_dataset.py", line 78, in test_bad_values_shape Dataset(self.lat, self.lon, self.time, self.value, 'prec') AssertionError: ValueError not raised -------------------- >> begin captured stdout << --------------------- Warning: Value Array should be 3 dimensional. 2 dimensions found. --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- ocw.dataset: ERROR: Value Array should be 3 dimensional. 2 dimensions found. --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_values_given_in_wrong_order (ocw.tests.test_dataset.TestInvalidDatasetInit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/jenkins/jobs/OCWPRBuild/workspace/ocw/tests/test_dataset.py", line 89, in test_values_given_in_wrong_order Dataset(self.lat, self.lon, self.time, self.values_in_wrong_order) AssertionError: ValueError not raised -------------------- >> begin captured stdout << --------------------- Warning: Value Array must be of shape (times, lats, lons). Expected shape (12, 5, 5) but received (5, 5, 12) --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- ocw.dataset: ERROR: Value Array must be of shape (times, lats, lons). Expected shape (12, 5, 5) but received (5, 5, 12) --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_values_shape_mismatch (ocw.tests.test_dataset.TestInvalidDatasetInit) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/jenkins/jobs/OCWPRBuild/workspace/ocw/tests/test_dataset.py", line 85, in test_values_shape_mismatch Dataset(self.lat, self.lon, self.time, self.value, 'prec') AssertionError: ValueError not raised -------------------- >> begin captured stdout << --------------------- Warning: Value Array must be of shape (times, lats, lons). Expected shape (12, 3, 5) but received (12, 5, 5) --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- ocw.dataset: ERROR: Value Array must be of shape (times, lats, lons). Expected shape (12, 3, 5) but received (12, 5, 5) --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_lats_not_sorted (ocw.tests.test_utils.TestNormalizeLatLonValues) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/jenkins/jobs/OCWPRBuild/workspace/ocw/tests/test_utils.py", line 139, in test_lats_not_sorted self.values2) AssertionError: ValueError not raised -------------------- >> begin captured stdout << --------------------- Warning: Latitudes are not sorted --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_lons_not_sorted (ocw.tests.test_utils.TestNormalizeLatLonValues) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/jenkins/jobs/OCWPRBuild/workspace/ocw/tests/test_utils.py", line 146, in test_lons_not_sorted self.values2) AssertionError: ValueError not raised -------------------- >> begin captured stdout << --------------------- Warning: Longitudes are not sorted --------------------- >> end captured stdout << ---------------------- ---------------------------------------------------------------------- Ran 111 tests in 72.185s FAILED (failures=8) Build step 'Execute shell' marked build as failure Finished: FAILURE ``` Looks like this broke a number of tests.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---