Skip to content

Fix: Classify NAN - #171

Merged
kmolan merged 1 commit into
mainfrom
fix/classify-nan
Jul 17, 2026
Merged

Fix: Classify NAN#171
kmolan merged 1 commit into
mainfrom
fix/classify-nan

Conversation

@rtmongold

Copy link
Copy Markdown
Collaborator

Closes #161
Replace unreachable T::NAN fallbacks in iterative integrate with IntegrateError propagation.

Checklist

  • cargo test + cargo clippy --all-targets clean locally
  • New public APIs have a doc example
  • No unwrap/expect/panic on library paths (typed errors instead)

Replace unreachable T::NAN fallbacks in iterative integrate with
IntegrateError propagation.
@rtmongold
rtmongold requested a review from kmolan as a code owner July 17, 2026 12:52
@kmolan
kmolan merged commit 3f47814 into main Jul 17, 2026
16 checks passed
@kmolan
kmolan deleted the fix/classify-nan branch July 17, 2026 15:16
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.

Don't return NaN on the "unreachable" classify branch

2 participants