Skip to content

Commit

Permalink
no parens
Browse files Browse the repository at this point in the history
  • Loading branch information
yinwang0 committed Nov 10, 2016
1 parent 6a13dd5 commit 0d0b515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def convert_ops(ops, s, start):
UAdd: '+',
}

if (python3):
if python3:
ops_map[MatMult] = '@'


Expand Down

0 comments on commit 0d0b515

Please sign in to comment.