-
Notifications
You must be signed in to change notification settings - Fork 38
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
Regression in tests with TF #195
Comments
It fails in According to the CI log, the test has worked with TensorFlow 2.13.1 and now it fails with TensorFlow 2.14.0. I suggest to abstract away the check if code is currently compiled into a helper function. |
I have implemented the helper function in #197 |
Thank you for the help! I appreciate it. Would probably take me forever to understand the cross-module wizardry that is happening now :D |
No problem. |
Issue
Problem Description
Boole test fails with
Expected Behavior
Test passing :)
What Needs to be Done
Not quite sure, @FHof do you have an idea maybe? Decorating the entire is probably not possible given that requires tf install?
How Can It Be Tested or Reproduced
Running boole test with TF.
The text was updated successfully, but these errors were encountered: