Code reordering / cleanup only

This commit is contained in:
Ivan Smirnov
2016-07-20 00:26:18 +01:00
parent 5db82353f7
commit afb07e7e92
2 changed files with 16 additions and 18 deletions

View File

@@ -42,7 +42,6 @@ for func, dtype in [(create_rec_simple, simple_dtype), (create_rec_packed, packe
else:
print_rec_packed(arr)
arr = create_rec_partial(3)
print(arr.dtype)
partial_dtype = arr.dtype