-
Notifications
You must be signed in to change notification settings - Fork 45
Fewer tests running for Jax than other frameworks #137
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
Comments
Discussion in #115 might be relevant.
In any case, will explore this but low-prio. |
I'm also unclear what "deselected" means. Is that a hypothesis thing, or is that something that we're doing? |
Update This can be closed. It was due to an issue in how we were running the tests on CI. |
At Ivy, we have noticed that a relatively small number of examples are tested for Jax compared to the other frameworks e.g. currently, for Tensorflow there are 3000+ test examples running:
309 failed, 3032 passed, 275 skipped, 183 deselected, 5 warnings in 5041.71s (1:24:01)
Whereas for Jax, most are being deselected :
201 passed, 11 skipped, 3587 deselected, 67 warnings in 2801.07s (0:46:41)
I can't find anything in the hypothesis docs about test deselection and was redirected here by a member of their repo. We're a bit puzzled as we handle the testing of each of the frameworks in the same way. Do you have any insight into why we're experiencing this?
The text was updated successfully, but these errors were encountered: