removed erroneous rescaling of Laguerre weights.

This commit is contained in:
Philip Eisenlohr 2015-07-22 22:34:40 +00:00
parent bfedf037c6
commit fc0e29c45b
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ else :
if options.weights :
weight = np.random.normal(loc=options.mean, scale=options.sigma, size=options.N)
weight /= np.sum(weight)
table = np.append(table, weight.reshape(options.N,1), axis=1)
labels += "\tweight"