set default value of the ot argument to True, as discussed in a1629fa52b

This commit is contained in:
justvanrossum 2017-10-18 10:04:42 +02:00
parent 9d4991e20c
commit 028ed01252

View File

@ -68,7 +68,7 @@ def normalizeLocation(location, axes):
out[tag] = normalizeValue(v, triple)
return out
def supportScalar(location, support, ot=False):
def supportScalar(location, support, ot=True):
"""Returns the scalar multiplier at location, for a master
with support. If ot is True, then a peak value of zero
for support of an axis means "axis does not participate". That