tested
This commit is contained in:
@@ -365,7 +365,7 @@ def is_session_complete_ws(ws,ps):
|
|||||||
return ratio,'partial',completiondate
|
return ratio,'partial',completiondate
|
||||||
else:
|
else:
|
||||||
thevalue = 0
|
thevalue = 0
|
||||||
for key,value in cratios.iteritems():
|
for key,value in cratios.items():
|
||||||
if ratio>value and value>thevalue:
|
if ratio>value and value>thevalue:
|
||||||
verdict = key
|
verdict = key
|
||||||
thevalue = value
|
thevalue = value
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user