Skip to content

Commit

Permalink
Remove print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Apr 19, 2022
1 parent 9588c51 commit 84cde55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/v2/test_0028-add-dressed-types.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def test_string2():
assert str(ak._v2.operations.describe.type(a[0])) == "3 * uint8"
assert str(ak._v2.operations.describe.type(a[1])) == "0 * uint8"
assert str(ak._v2.operations.describe.type(a[2])) == "5 * uint8"
print(repr(a))
assert (
repr(a)
== "<Array [[104, 101, 121], ..., [116, 104, ..., 114, 101]] type='3 * var * uint8'>"
Expand Down

0 comments on commit 84cde55

Please sign in to comment.