cellgeometry / heteromotility

Quantitative analysis of cell motility behaviors
12 stars 7 forks source link

Empty row between each sample in output (in Python 3) #1

Open DaniBodor opened 6 years ago

DaniBodor commented 6 years ago

This can be solved by changing line 90 of hmio.py to: with open(output_file_path, 'w',newline='') as out_file:

Not sure what this would do to Python 2 though