Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixed Divsion by 0 Error in Normalization #668

Merged
merged 2 commits into from
Apr 6, 2025

Conversation

oliverweissl
Copy link
Contributor

@oliverweissl oliverweissl commented Dec 1, 2024

self.neither_nan in pymoo/util/normalization.py had a wrong conditional statement. It was ~(a ^ b), but should have been ~a ^~b.

Closes #637

@oliverweissl
Copy link
Contributor Author

Abt the failed CI, i checked without my changes test_no_mod fails aswell, however both have the same outcome, so maybe the test is not properly recorded or a previous update broke this?

@blankjul blankjul merged commit 458e29b into anyoptimization:main Apr 6, 2025
1 check failed
@blankjul blankjul self-assigned this Apr 6, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Division by zero error in indicators.
2 participants