-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix: missing attribute values causing runtime error #205
Conversation
…d `_scaleStep`. Changed `_scaleEnd` schema default from 1 to 10. (fixes #204).
…efault model value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will _scaleStep set to 0 work?
Good catch, this will need safeguarding against due to bee1e3b. Also need to restrict this to positive numbers only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
Fixes #204.
Fix
_scaleStart
,_scaleEnd
and_scaleStep
._scaleStep
to a positive number.Update
_scaleEnd
schema default from 1 to 10.