You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When validating an image that has a scaled value that is out of range, the error message displays the unscaled value, instead of the scaled value, which is confusing and misleading.
📜 To Reproduce
Steps to reproduce the behavior:
Run the validator on the included label:
validate st_2480739249_v.xml
🕵️ Expected behavior
The error message should display the scaled value (-128.0) instead of the unscaled value (0) in the error message. So the correct error message would be
ERROR [error.array.value_out_of_scaled_min_max_range] array 1, location (1, 1): Scaled value is less than the scaled minimum value in the label (min=-126.0, got=-128.0).
instead of
ERROR [error.array.value_out_of_scaled_min_max_range] array 1, location (1, 1): Scaled value is less than the scaled minimum value in the label (min=-126.0, got=0).
🐛 Describe the bug
When validating an image that has a scaled value that is out of range, the error message displays the unscaled value, instead of the scaled value, which is confusing and misleading.
📜 To Reproduce
Steps to reproduce the behavior:
Run the validator on the included label:
🕵️ Expected behavior
The error message should display the scaled value (-128.0) instead of the unscaled value (0) in the error message. So the correct error message would be
instead of
📚 Version of Software Used
validate 2.1.0
🩺 Test Data / Additional context
st_2480739249_v.zip
🏞Screenshots
🖥 System Info
🦄 Related requirements
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: