Skip to content

Fixes the indentation of an ouptut

Nicolas Tancogne-Dejean requested to merge fix_output_indentation into main

Description

Due to some recent changes in the format, the output got misaligned:

 index |    weight    |             coordinates              |
       1 |     1.000000 |    0.000000    0.000000    0.000000  |

This is now fixed here:

   index |      weight  |             coordinates              |
       1 |     1.000000 |    0.000000    0.000000    0.000000  |

News snippet

Fixes the indentation of an ouptut

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports