Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent vote weight of 0 #1926

Closed
jsangmeister opened this issue Oct 17, 2023 · 0 comments · Fixed by #1938
Closed

Prevent vote weight of 0 #1926

jsangmeister opened this issue Oct 17, 2023 · 0 comments · Fixed by #1938
Assignees
Labels
Milestone

Comments

@jsangmeister
Copy link
Contributor

A vote weight of 0 should be forbidden. Currently, the minimum is defined in the models.yml as 0. This should be changed to 0.000001 (the lowest possible decimal number). For this, the minimum for decimal values in the models.yml should be enhanced to allow decimal values and evaluate them accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant