Commit dd9eb10b authored by Robert Bradshaw's avatar Robert Bradshaw

More numpy struct format normalization.

parent dd0b10c7
......@@ -520,7 +520,8 @@ def test_point_record():
test[i].x = i
test[i].y = -i
print re.sub(
r'\.0+\b', '.', repr(test).replace('<', '!').replace('>', '!'))
r'\.0+\b', '.', repr(test).replace('<', '!').replace('>', '!')
.replace('( ', '(').replace(', ', ', '))
# Test fused np.ndarray dtypes and runtime dispatch
@testcase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment