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

add a new workflow for numba tests #30

Closed
wants to merge 8 commits into from
Closed

add a new workflow for numba tests #30

wants to merge 8 commits into from

Conversation

MaceKuailv
Copy link
Owner

I added a workflow almost identical to on-push.yml, but for environments that has numba and without running the tests. The behavior in compiled or uncompiled mode tend to be a little different. In general, the former tends to have more errors than the latter. However, I have also encountered situations when uncompiled function raise error that the non-python mode fail to capture. In short, we need both.

Adding a new file is a clumsy way of doing this. I know I could use matrix: [a,b]. However, numba currently does not support python 3.11, and in general tends to lag python a little bit.

This PR is to address issue #24

@MaceKuailv MaceKuailv temporarily deployed to pypi May 24, 2023 19:44 — with GitHub Actions Inactive
@MaceKuailv MaceKuailv temporarily deployed to pypi May 24, 2023 19:51 — with GitHub Actions Inactive
@MaceKuailv MaceKuailv temporarily deployed to pypi May 24, 2023 19:55 — with GitHub Actions Inactive
…this test. Promise to revisit shortly in the future
@MaceKuailv MaceKuailv temporarily deployed to pypi May 24, 2023 20:49 — with GitHub Actions Inactive
@MaceKuailv MaceKuailv temporarily deployed to pypi May 24, 2023 20:54 — with GitHub Actions Inactive
@MaceKuailv MaceKuailv temporarily deployed to pypi May 24, 2023 20:55 — with GitHub Actions Inactive
@MaceKuailv MaceKuailv temporarily deployed to pypi May 24, 2023 21:12 — with GitHub Actions Inactive
@MaceKuailv MaceKuailv temporarily deployed to pypi May 24, 2023 21:16 — with GitHub Actions Inactive
This was referenced May 24, 2023
@MaceKuailv
Copy link
Owner Author

Changes in the test will be moved into PR #32

@MaceKuailv MaceKuailv closed this May 25, 2023
@MaceKuailv MaceKuailv deleted the numbatest branch May 30, 2023 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant