-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Validator] Image Constraint - minPixels
and maxPixels
should be float
#21486
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
Conversation
reference/constraints/Image.rst
Outdated
~~~~~~~~~~~~~ | ||
|
||
**type**: ``integer`` | ||
**type**: ``float`` |
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.
**type**: ``float`` | |
**type**: ``integer`` | ``float`` |
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.
Copied from Video constraint. So maxRatio
also needs a fix
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.
@xabbuh fixed
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.
They all have the same set of types.
Error not related |
6dcd826
to
b9d1038
Compare
Thanks @wkania. |
Related to issue.