[change] number of picks regards pick quality

This commit is contained in:
2017-08-22 11:53:19 +02:00
parent a5097e1da6
commit 0f2660e20b
2 changed files with 40 additions and 17 deletions

View File

@@ -841,6 +841,12 @@ def identifyPhaseID(phase):
return identifyPhase(loopIdentifyPhase(phase))
def has_spe(pick):
if not 'spe' in pick.keys():
return None
else:
return pick['spe']
if __name__ == "__main__":
import doctest