oedokumaci/gale-shapley

Print all preferences compact form

Opened this issue · 0 comments

Printing all preferences in compact form can provide buggy output in one of the following two cases:

  • If proposer or responder names are long
  • If there are many proposers or responders, resulting in lines ending

Steps to reproduce the behavior:

  1. Edit config.yaml to produce one of the two cases above.
  2. Run python -m gale_shapley
  3. See logs

Print a table like when it is not one of the two cases above.

All of the below systems can produce the bug

  • Python version: 3.9, 3.10, 3.11
  • OS: Ubuntu/MacOS/Windows