Skip to content
Snippets Groups Projects

Fixes the indentation of an ouptut

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading