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

cache_njit flag causing long run times on Windows w/ Python 3.11 #40

Open
jrenaud90 opened this issue Oct 7, 2023 · 1 comment
Open
Labels
bug Something isn't working cryk_ode Issues related to the cyrk_ode function cython Issue related to cython-based code help wanted Extra attention is needed os-windows Issue specific to windows

Comments

@jrenaud90
Copy link
Owner

jrenaud90 commented Oct 7, 2023

Had to set cache_njit=False in the test suite for the helper.py conversion functions (see this commit) due to very long run times for Windows when running Python 3.11. This behavior was new with the development of CyRK v0.8.3 and PR #39.

Very hard to debug the issue as it was not occurring on my local machine (also Win 10 & Py 3.11). Perhaps is is a different numba version or something like that. Did not look into the specific versions of dependencies. #a675494

@jrenaud90 jrenaud90 added bug Something isn't working nbrk_ode An issue with the Numba solver dependency issue cryk_ode Issues related to the cyrk_ode function labels Oct 7, 2023
@jrenaud90
Copy link
Owner Author

jrenaud90 commented Oct 7, 2023

Welp. Looks like this was not the only problem. There is something up with these conversion tests and cyrk_ode. Sometimes they pass and the same exact test on the same commit will fail (see this fail and this pass on the same commit). The only consistency is that it is on windows and python 3.11.

@jrenaud90 jrenaud90 added help wanted Extra attention is needed cython Issue related to cython-based code os-windows Issue specific to windows and removed nbrk_ode An issue with the Numba solver dependency issue labels Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cryk_ode Issues related to the cyrk_ode function cython Issue related to cython-based code help wanted Extra attention is needed os-windows Issue specific to windows
Projects
None yet
Development

No branches or pull requests

1 participant