Skip to content

v2022-12 tag is broken #631

Closed
Closed
@jakevdp

Description

@jakevdp

The v2022-12 tag is broken due to the bug fixed in #455, which as far as I can tell has not yet been made part of a release or tag.

The error can be seen here: https://github.com/google/jax/actions/runs/5073141741/jobs/9111776151?pr=16099

$ Run pytest --ci array-api-tests/array_api_tests/
ImportError while loading conftest '/home/runner/work/jax/jax/array-api-tests/conftest.py'.
array-api-tests/conftest.py:9: in <module>
    from array_api_tests import _array_module as xp
array-api-tests/array_api_tests/__init__.py:8: in <module>
    from ._array_module import mod as _xp
array-api-tests/array_api_tests/_array_module.py:4: in <module>
    from . import stubs
array-api-tests/array_api_tests/stubs.py:31: in <module>
    name_to_mod[name] = import_module(f"signatures.{name}")
E     File "/home/runner/work/jax/jax/array-api-tests/array-api/spec/API_specification/signatures/linalg.py", line 44[7](https://github.com/google/jax/actions/runs/5073141741/jobs/9111776151?pr=16099#step:6:8)
E       """
E       ^^^
E   SyntaxError: invalid escape sequence '\*'

This is a github action on a JAX PR implementing the array API: jax-ml/jax#16099

Let me know if you have suggestions for how to properly configure the github action in order to pull-in the fix. Thanks!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions