alembics / disco-diffusion

Other
7.45k stars 1.13k forks source link

Error message re: weights summing to 0 is misleading #141

Open natureofnoise opened 1 year ago

natureofnoise commented 1 year ago

"raise RuntimeError('The weights must not sum to 0.')" Shouldn't this say "The sum of the weights must be above 0", since negative weights will also trigger this error yet are not = 0?