Fix function test to trigger and catch correct exception
In v1 testInputSignatureForFunctionWithNonTensorInputsNotAllowed was raising a TypeError when it should have triggered a ValueError. This was due to the signature being invalid. Once the signature is fixed the test works in both v1 and v2 mode. PiperOrigin-RevId: 223740912
Loading
Please sign in to comment