daffidwilde / matching

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

Create `MatchingError` exceptions for tests and `_check_inputs`. #89

Closed daffidwilde closed 3 years ago

daffidwilde commented 4 years ago

Doing this would add to the readability of some of the errors that appear from time to time. It would also make the test suite more robust (see #88 for an example).

daffidwilde commented 3 years ago

Fixed as of v1.4