mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Use linear scaling for variation weights
This commit is contained in:
parent
233f9f003e
commit
7c0d86b929
@ -21,7 +21,7 @@ def var(num, name, **params):
|
||||
# of reading the default value.
|
||||
for k, v in params.items():
|
||||
params[k] = v._replace(var=True)
|
||||
params['weight'] = scalespline(0)
|
||||
params['weight'] = s
|
||||
var_params[name] = params
|
||||
|
||||
# TODO: review all parameter splines, possibly programmatically
|
||||
|
Loading…
Reference in New Issue
Block a user