Skip to content

Commit fce2fd2

Browse files
committed
Update tokenizing_test.py
1 parent c40a519 commit fce2fd2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tokenizing_test.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ def main(data_path: str):
1616
print(f"df tail:\n {df.tail()}\n")
1717

1818

19-
df[0].apply(lambda x: len(x)).hist()
20-
plt.savefig("test_plot.png")
21-
22-
return
19+
# df[0].apply(lambda x: len(x)).hist()
20+
# plt.savefig("test_plot.png")
2321

2422
print(df.info())
2523
print("Converting data to list")

0 commit comments

Comments
 (0)