martinlackner / abcvoting

Python implementations of approval-based committee (multi-winner) voting rules
https://abcvoting.readthedocs.io/
MIT License
32 stars 16 forks source link

Remove CBC debugging output #45

Closed lumbric closed 3 years ago

lumbric commented 3 years ago

This sets the verbosity level of CBC to 0 because it can break the unit tests in surprising way. Might be a race condition, where stdout is not flushed after each test.