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

Fix for Infinity issue while generating the test case #7886

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Karthik7406
Copy link
Contributor

Fix for Infinity issue while generating the test case.
When value is empty, Math.max() is called with empty value which gives results in -Infinity.

Closes #6848

@subnetmarco
Copy link
Member

Thanks for the PR + @ihexxa to review.

@filfreire filfreire force-pushed the bug6648 branch 2 times, most recently from b14aaf0 to a813a30 Compare September 6, 2024 13:36
Karthik7406 and others added 2 commits September 12, 2024 09:05
Fix for Infinity issue while generating the test case.
When value is empty, Math.max() is called with empty value which gives results in -Infinity.
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.

response-Infinity in Tests added
3 participants