Skip to content

Commit

Permalink
Fix line spacing in yoda_writer rather than in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonrclarke committed Mar 4, 2020
1 parent 99acb28 commit a2fecac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hepdata_converter/writers/yoda_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _write_table(self, data_out, table):
+ 'd' + table_num.zfill(2) + '-x01-y' + str(idep + 1).zfill(2)
graph.setAnnotation('IsRef', '1')
yoda.core.writeYODA(graph, data_out)
data_out.write('\n\n')
data_out.write('\n')

def write(self, data_in, data_out, *args, **kwargs):
"""
Expand Down

0 comments on commit a2fecac

Please sign in to comment.