Private
Public Access
1
0

Merge tag 'v1.81' into develop

fixed zip file processing
This commit is contained in:
Sander Roosendaal
2017-03-28 10:05:07 +02:00
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ from rowingdata import (
from rowers.models import Team from rowers.models import Team
import os import os
import zipfile
import pandas as pd import pandas as pd
import numpy as np import numpy as np
import itertools import itertools
BIN
View File
Binary file not shown.
+1
View File
@@ -1146,6 +1146,7 @@ class ViewTest(TestCase):
f_to_be_deleted = w.csvfilename f_to_be_deleted = w.csvfilename
os.remove(f_to_be_deleted+'.gz') os.remove(f_to_be_deleted+'.gz')
# def test_upload_view_FIT_SpeedCoach2a(self): # def test_upload_view_FIT_SpeedCoach2a(self):
# self.c.login(username='john',password='koeinsloot') # self.c.login(username='john',password='koeinsloot')