removed erroneous rescaling of Laguerre weights.
This commit is contained in:
parent
bfedf037c6
commit
fc0e29c45b
|
@ -146,7 +146,6 @@ else :
|
||||||
|
|
||||||
if options.weights :
|
if options.weights :
|
||||||
weight = np.random.normal(loc=options.mean, scale=options.sigma, size=options.N)
|
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)
|
table = np.append(table, weight.reshape(options.N,1), axis=1)
|
||||||
labels += "\tweight"
|
labels += "\tweight"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue