File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ def test_lazyexpr(auth_client):
655
655
lxinfo = auth_client .get_info (lxpath )
656
656
assert lxinfo ["shape" ] == opinfo ["shape" ]
657
657
assert lxinfo ["dtype" ] == opinfo ["dtype" ]
658
- assert lxinfo ["expression" ] == f"{ expression } "
658
+ assert lxinfo ["expression" ] == f"( { expression } ) "
659
659
assert lxinfo ["operands" ] == operands
660
660
661
661
# Check result data.
@@ -720,8 +720,8 @@ def test_expr_from_expr(auth_client):
720
720
lxinfo2 = auth_client .get_info (lxpath2 )
721
721
assert lxinfo ["shape" ] == opinfo ["shape" ] == lxinfo2 ["shape" ]
722
722
assert lxinfo ["dtype" ] == opinfo ["dtype" ] == lxinfo2 ["dtype" ]
723
- assert lxinfo ["expression" ] == f"{ expression } "
724
- assert lxinfo2 ["expression" ] == f"{ expression2 } "
723
+ assert lxinfo ["expression" ] == f"( { expression } ) "
724
+ assert lxinfo2 ["expression" ] == f"( { expression2 } ) "
725
725
assert lxinfo ["operands" ] == operands
726
726
assert lxinfo2 ["operands" ] == operands2
727
727
You can’t perform that action at this time.
0 commit comments