Commit 0349cd35 authored by vdberg's avatar vdberg
Browse files

debugging

parent 2f471c8e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ def load_output(dir='outputs', combine=False):
    outfile = 'data/srl_output.csv'

    if combine:
        print('combining')
        with open(outfile, 'w', encoding='utf-8') as o:
            o.write('')