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

Return explicitly an NaI for intersect_interval and hull #664

Merged
merged 1 commit into from
May 31, 2024

Conversation

OlivierHnt
Copy link
Member

@OlivierHnt OlivierHnt commented May 31, 2024

This PR explicitly returns an NaI by calling nai whenever one of the argument is an NaI.
As pointed out in #662, before this PR we would obtain for hull a non trivial interval with ill decoration which could lead to errors down the line if one accesses the bounds of the interval through getproperty.

Closes #662

Also, this PR should supersede #663.

@OlivierHnt OlivierHnt merged commit 09af634 into JuliaIntervals:master May 31, 2024
16 checks passed
@OlivierHnt OlivierHnt deleted the nai-hull branch May 31, 2024 21:17
@OlivierHnt OlivierHnt mentioned this pull request May 31, 2024
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.

hull with NaI gives non-NaI
1 participant