Summarize changes to support prediction #132
Annotations
2 errors
test/test/test/test_pytato.py#L469
test_array_dot_repr
assert "IndexLambda(...name='y')})})" == "IndexLambda(...name='y')})})"
Skipping 231 identical leading characters in diff, use -v to show
- =Product((np.int64(3),Subscript(Variable('_in1'),(Variable('_0'),Variable('_1'))))),bindings={'_in1':Placeholder(shape=(10,4),dtype='int64',name='x')}),'_in1':IndexLambda(shape=(10,4),dtype='int64',expr=Product((np.int64(4),Subscript(Variable('_in1'),(Variable('_0'),Variable('_1'))))),bindings={'_in1':Placeholder(shape=(10,4),dtype='int64',name='y')})})
? --------- - ^^^^^^^^^^^
+ =Product((3,Subscript(Variable('_in1'),(Variable('_0'),Variable('_1'))))),bindings={'_in1':Placeholder(shape=(10,4),dtype='int64',name='x')}),'_in1':IndexLambda(shape=(10,4),dtype='int64',expr=Product((4,Subscript(Variable('_in1'),(Variable('_0'),Variable('_1'))))),bindings={'_in1':Placeholder(shape=(10,4),dtype='int64',name='y')})})
? ^
|
|
This job failed
Loading