Skip to content

Commit f70da78

Browse files
committed
worg
1 parent 681c7ed commit f70da78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gtep/time_period_data.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ def snapshot(self):
5454

5555
if __name__ == "__main__":
5656
print("fasldkfj")
57+
array = ak.Record({"hat": 1, "cat": 2, "borg": "worg", "3": [1, 2, 3]})
58+
print(array)
59+
x = ak.unzip(array)
60+
print(x)
61+
print(list(chr(y) for y in x[2]))

0 commit comments

Comments
 (0)