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

process both min/max #794

Merged
merged 2 commits into from
Dec 11, 2023
Merged

process both min/max #794

merged 2 commits into from
Dec 11, 2023

Conversation

al-niessner
Copy link
Contributor

🗒️ Summary

Original code bailed while processing max if found and never looked at min. Changed processing to always do both min/max when they are present.

⚙️ Test Data and/or Report

Automated tests below passed

♻️ Related Issues

Closes #785

@al-niessner al-niessner self-assigned this Dec 11, 2023
@al-niessner al-niessner requested a review from a team as a code owner December 11, 2023 18:18
Copy link
Member

@nutjob4life nutjob4life left a comment

Choose a reason for hiding this comment

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

👍

@nutjob4life nutjob4life merged commit dd1f18a into main Dec 11, 2023
3 checks passed
@nutjob4life nutjob4life deleted the issue_785 branch December 11, 2023 19:52
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.

validate catches valid_maximum but not valid_minimum
2 participants