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

⚠️ Nightly upstream-dev CI failed ⚠️ #25664

Open
github-actions bot opened this issue Dec 23, 2024 · 2 comments
Open

⚠️ Nightly upstream-dev CI failed ⚠️ #25664

github-actions bot opened this issue Dec 23, 2024 · 2 comments
Assignees
Labels

Comments

@github-actions
Copy link

github-actions bot commented Dec 23, 2024

Workflow Run URL

Summary of Failures
Log parsing failed; traceback:

Traceback (most recent call last):
  File "/home/runner/work/jax/jax/.github/workflows/parse_logs.py", line 54, in main
    summary = "\n".join(f"{f.nodeid}: {f.longrepr.chain[0][1].message}"
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/work/jax/jax/.github/workflows/parse_logs.py", line 54, in <genexpr>
    summary = "\n".join(f"{f.nodeid}: {f.longrepr.chain[0][1].message}"
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'message'

@github-actions github-actions bot added the CI label Dec 23, 2024
@jakevdp
Copy link
Collaborator

jakevdp commented Dec 23, 2024

Failure is due to scipy.special.lpmn being deprecated starting in SciPy 1.15.0. The replacement is scipy.special.assoc_legendre_p_all, available starting in v1.15.0

@jakevdp jakevdp self-assigned this Dec 23, 2024
@jakevdp
Copy link
Collaborator

jakevdp commented Dec 23, 2024

Fixed by #25675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant