summaryrefslogtreecommitdiff
path: root/Code/test_append_column.py
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2024-08-08 17:18:28 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2024-08-08 17:18:28 +0800
commit21236c3787200eb112d07618af683cf63ef60b24 (patch)
treefea27b60a8e7580379252ec36fcb4bd531b98dd9 /Code/test_append_column.py
parente5593827fbc6c35e1df6b7ab1131b0717130219c (diff)
Improve memory efficency while building TPM.txt
Diffstat (limited to 'Code/test_append_column.py')
-rw-r--r--Code/test_append_column.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Code/test_append_column.py b/Code/test_append_column.py
new file mode 100644
index 0000000..77d54cc
--- /dev/null
+++ b/Code/test_append_column.py
@@ -0,0 +1,3 @@
+from utils import append_column_fast2
+result = append_column_fast2('../Data/temp/1.txt', ['4','5','6'])
+print(result)