add comment

This commit is contained in:
s444417 2022-05-12 14:30:48 +02:00
parent b55ac8b880
commit 83abfcbc03
1 changed files with 1 additions and 2 deletions

3
run.py
View File

@ -1,3 +1,4 @@
#generated from jupyter
# %%
import lzma
import sys
@ -80,5 +81,3 @@ import csv
with open(testYPath, 'w', newline='') as f_output:
tsv_output = csv.writer(f_output, delimiter='\n')
tsv_output.writerow(pred)