daffidwilde / matching

A package for solving matching games
https://daffidwilde.github.io/matching/
MIT License
150 stars 42 forks source link

Add test for inconsistent coverage in HR #86

Closed daffidwilde closed 4 years ago

daffidwilde commented 4 years ago

Occasionally, coverage falls below 100% because of an edge case in HR where no resident is removed from consideration for forgetting all of their preferences. This simple example test rectifies that.