`save-matrix` should omit space at the end of output line
Closed this issue · 1 comments
nicolaspayette commented
The current code outputs something like:
0.00_1.00_0.00_
0.00_0.00_0.00_
0.00_0.00_1.00_
where _
stands for a space. The trailing space at the end of each line is unnecessary and can trip delimited-file reading functions.
The offending line is:
It's an easy fix and I'd be happy to provide a PR if welcome.
LaCuneta commented
If you have time to provide a fix, I'm happy to review + merge