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

[BUG FIX] [MER-4033] fix evaluation of signed floats without leading zero #5262

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

andersweinstein
Copy link
Contributor

@andersweinstein andersweinstein commented Nov 21, 2024

Torus accepts floating point input without leading zero, e.g. .333. However, evaluation code was not properly handling this form when a sign was prefixed, e.g. -.333, causing answers of this form to be marked incorrect. Error was caused by a step where code converts the zero-less form to a zero-prefixed form; regexp used there was not allowing for possible sign.

This also adds a few unit tests for this case.

Copy link
Contributor

@gastonabella gastonabella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@gastonabella gastonabella merged commit e7796d8 into master Nov 22, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants