-
Notifications
You must be signed in to change notification settings - Fork 215
Incorrect predicate application in EagerTestSession and GraphTestSession #223
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
Where are you seeing this? I cannot find it in TestSession, EagerTestSession or GraphTestSession. The closest I can find to the above is:
|
Here's an example in master. |
Here's the example I originally looked at. |
I have dramatically refactored all this, maybe my version hasn't been pushed yet. |
The refactor is in |
I believe this is a widespread broken pattern in EagerTestSession and GraphTestSession:
Notice that
f
is ignored in the lambda, ando
is referenced directly instead.getFloat
then returns the zero'th element of the tensor.@JimClarke5, am I right here?
The text was updated successfully, but these errors were encountered: