CLIMATE-416 - Remove test assert from test_processing
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/e8ed85b6 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/e8ed85b6 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/e8ed85b6 Branch: refs/heads/master Commit: e8ed85b605d392cb7f9825e4902ab44e5a97ca07 Parents: 698f1ba Author: Michael Joyce <[email protected]> Authored: Fri May 9 10:48:01 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri May 9 10:48:01 2014 -0700 ---------------------------------------------------------------------- ocw-ui/backend/tests/test_processing.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/e8ed85b6/ocw-ui/backend/tests/test_processing.py ---------------------------------------------------------------------- diff --git a/ocw-ui/backend/tests/test_processing.py b/ocw-ui/backend/tests/test_processing.py index f4e0cfa..74447c4 100644 --- a/ocw-ui/backend/tests/test_processing.py +++ b/ocw-ui/backend/tests/test_processing.py @@ -293,7 +293,6 @@ class TestRunEvaluation(unittest.TestCase): eval_files = [f for f in os.listdir(eval_dir) if os.path.isfile(os.path.join(eval_dir, f))] - self.assertTrue(False) self.assertTrue(len(eval_files) == 1) self.assertEquals(eval_files[0], 'd1.nc_compared_to_d2.nc_bias.png')
