Godtone
Joined 17 December 2020
m helper function i wrote for finding useful commas in sets of intervals |
m missing punctuation lol |
||
| Line 1,349: | Line 1,349: | ||
if weighting in [None,'none','unweighted','trivial','basic','constant']: | if weighting in [None,'none','unweighted','trivial','basic','constant']: | ||
weighting = 0 | weighting = 0 | ||
elif weighting in ['','default','proportional'] | elif weighting in ['','default','proportional']: | ||
weighting = 1 | weighting = 1 | ||
elif weighting in ['sensitive','dyadic']: | elif weighting in ['sensitive','dyadic']: | ||