Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Conversation

@PokhodenkoSA
Copy link
Contributor

@PokhodenkoSA PokhodenkoSA commented Nov 11, 2019

Fixes #256

For new tests for Series you should:

  1. use self.jit(...) instead of hpat.jit(...)
  2. Add test name to hpat.tests.test_series._numba_not_supported_tests only if it does not support numba.jit

Also, old Series tests should be revised for reasons why they do not support numba.jit. See _numba_not_supported_tests list.

@PokhodenkoSA
Copy link
Contributor Author

I will add numba.jit(nopython=True, parallel=True).

@shssf shssf merged commit 1c80c47 into IntelPython:master Nov 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change several hpat.jit to numba.njit decorators in regular test system

2 participants