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

Fixed Divsion by 0 Error in Normalization #668

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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?

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.

Division by zero error in indicators.
1 participant