From fc5036a63085de24fa1f83f3baf14824a077d26d Mon Sep 17 00:00:00 2001 From: terrytangyuan Date: Sun, 4 Oct 2015 23:29:40 -0500 Subject: [PATCH] Deleted redundant blank lines --- tests/python/test_models.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/python/test_models.py b/tests/python/test_models.py index 3995b294a..ab35d5aca 100644 --- a/tests/python/test_models.py +++ b/tests/python/test_models.py @@ -58,18 +58,3 @@ def test_show_stdv(): num_round = 2 xgb.cv(param, dtrain, num_round, nfold=5, metrics={'error'}, seed = 0, show_stdv = False) - - - - - - - - - - - - - - -