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

Fix LU doctest broken by #32989. #33051

Merged
merged 1 commit into from
Aug 24, 2019
Merged

Fix LU doctest broken by #32989. #33051

merged 1 commit into from
Aug 24, 2019

Conversation

fredrikekre
Copy link
Member

No description provided.

fredrikekre referenced this pull request Aug 23, 2019
…2989)

For types that weren't subtypes of AbstractFloat, we used to try
to LU factorize without pivoting and only use pivoting when it failed.
This caused large numerical errors when computing the LU for element
types which promoted to float like numbers such as most integers.
The behavior was never documented and is error prone. Hence, this
PR removes the behavior.
@fredrikekre fredrikekre added backport 1.3 domain:docs This change adds or pertains to documentation labels Aug 23, 2019
@fredrikekre fredrikekre merged commit 24f1611 into master Aug 24, 2019
@delete-merged-branch delete-merged-branch bot deleted the fe/lu-doctest branch August 24, 2019 09:19
KristofferC pushed a commit that referenced this pull request Aug 25, 2019
@KristofferC KristofferC mentioned this pull request Aug 25, 2019
36 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants