From 43ae15fca81d4a2d128d681fbe6b670b35bf5514 Mon Sep 17 00:00:00 2001 From: Guilherme Castelao Date: Sun, 4 Dec 2016 00:00:48 -0800 Subject: [PATCH] Testing with sampledata from branch dev. Validade it with Travis before move to master. --- seabird/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seabird/utils.py b/seabird/utils.py index 8e3e3e9..90bb335 100644 --- a/seabird/utils.py +++ b/seabird/utils.py @@ -110,7 +110,7 @@ def sampledata(): if not os.path.isdir(data_path): os.makedirs(data_path) - src = 'https://raw.githubusercontent.com/castelao/seabird/tests/sampledata' + src = 'https://raw.githubusercontent.com/castelao/seabird/dev/sampledata' files = [ [os.path.join(data_path, 'CTD'), '%s/CTD/PIRA001.cnv' % src, 'PIRA001.cnv', '5ded777144300b63c8775b1d7f033f92'],