added str2bool for workstrokesonly
This commit is contained in:
@@ -4,6 +4,9 @@ import numpy as np
|
||||
|
||||
lbstoN = 4.44822
|
||||
|
||||
def str2bool(v):
|
||||
return v.lower() in ("yes", "true", "t", "1")
|
||||
|
||||
def uniqify(seq, idfun=None):
|
||||
# order preserving
|
||||
if idfun is None:
|
||||
|
||||
Reference in New Issue
Block a user