Open
Description
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:
- Edit config.yaml to produce one of the two cases above.
- Run python -m gale_shapley
- 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