lhatsk/AlphaLink

crosslinks need to be provided as comma separated, not space

gieses opened this issue · 1 comments

Hi Kolja,

a small hickup from the readme: it says crosslinks need to be space separated but the code does

links = np.loadtxt(crosslink_csv,delimiter=',').

Cheers,

Indeed, sorry! Thanks, Sven for letting me know. I changed it to be actually space-separated.