Skip to content

Instructions to import array module to test incomplete #328

Open
@lucascolley

Description

@lucascolley

# You can comment the following out and instead import the specific array module
# you want to test, e.g. `import array_api_strict as xp`.

Alternately, import/define the `xp` variable in `array_api_tests/__init__.py`.

They do not mention that you need to also define xp_name, since:

from array_api_tests import xp_name, xp as array_module

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @lucascolley

        Issue actions

          Instructions to import array module to test incomplete · Issue #328 · data-apis/array-api-tests