monocongo/climate_indices

pip install climate_indices ...cd tests && pytest-3 outputs ============= 1 failed, 36 passed, 333 warnings in 488.50 seconds ==============

Closed this issue · 2 comments

pip install climate_indices ...cd tests && pytest-3 outputs ============= 1 failed, 36 passed, 333 warnings in 488.50 seconds ==============
Screenshot from 2022-05-21 15-30-04
How to craft a useful, minimal bug report

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Version: [e.g. 22]

Additional context
Add any other context about the problem here.

Have you disabled numba's just-in-time compilation? This is what's included in our tox.ini for that purpose:

NUMBA_DISABLE_JIT = 1

Please advise if that solves your issue. Thanks!

This is almost certainly related to Numba's JIT not being disabled for the tests. If this issue persists after disabling that feature then please re-open this issue and show error details like before. Thanks for your contribution/participation, @iajzenszmi !