-
Couldn't load subscription status.
- Fork 25.7k
Fix failing test when SciPy is not available for test_ldl_factor #76657
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
Conversation
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit cd830ff (more details on the Dr. CI page): Expand to see more
🕵️ 10 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
|
@pytorchbot merge this |
) Summary: This PR moves the SciPy function import under the `if TEST_SCIPY` block. Pull Request resolved: #76657 Approved by: https://github.com/nikitaved Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/23dcbe3fed85bc599030895d61960fe5680209e0 Reviewed By: malfet Differential Revision: D36073487 fbshipit-source-id: b37cd548ee33b84c069743a8e52d57e38bd3ec9a
This PR moves the SciPy function import under the
if TEST_SCIPYblock.