From 67d42b3083917319e21da3ae4a14a0bc025fd5a7 Mon Sep 17 00:00:00 2001 From: Nicolas Judalet Date: Wed, 25 May 2016 17:15:49 +0200 Subject: [PATCH 1/2] Adding a comment in the test_preprocess file --- test_preprocess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_preprocess.py b/test_preprocess.py index 91a1350..33a1a78 100644 --- a/test_preprocess.py +++ b/test_preprocess.py @@ -3,6 +3,7 @@ import preprocess +# The following is a series of tests def test_center(): # After centering, mean should be the desired mean and the From 3adbb50298b8f27c4f3d3ff8f68b9ecaec749d33 Mon Sep 17 00:00:00 2001 From: Nicolas Judalet Date: Wed, 25 May 2016 17:23:14 +0200 Subject: [PATCH 2/2] Second change --- test_preprocess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_preprocess.py b/test_preprocess.py index 33a1a78..061b2d7 100644 --- a/test_preprocess.py +++ b/test_preprocess.py @@ -4,6 +4,7 @@ import preprocess # The following is a series of tests +# I add a second comment to try travis def test_center(): # After centering, mean should be the desired mean and the