Skip to content

Commit

Permalink
Testing with sampledata from branch dev.
Browse files Browse the repository at this point in the history
Validade it with Travis before move to master.
  • Loading branch information
castelao committed Dec 4, 2016
1 parent e289e02 commit 43ae15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seabird/utils.py
Expand Up @@ -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'],
Expand Down

0 comments on commit 43ae15f

Please sign in to comment.