Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork11.8k
BUG: Fix empty linalg.norm for ord=inf and ord=-inf.#10992
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hameerabbasi commentedApr 27, 2018
cc@eric-wieser As per your request. 😄 |
eric-wieser commentedApr 28, 2018
This fixes#3763, right? I'm not sure the definition is clear for |
hameerabbasi commentedApr 28, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Edited with magic comment. I could take |
carlosgmartin commentedFeb 15, 2025
@hameerabbasi What happened to this PR? |
Uh oh!
There was an error while loading.Please reload this page.
Fixes the edge cases for the calculation of an empty
np.linalg.norm, forord=np.inf(returns0.0) andord=-np.inf(returnsnp.inf).Fixes#3763