MatchMaker.check_quota()#
- MatchMaker.check_quota() bool [source]#
Verifies that the MatchMaker has available slots for new groups. Aborts the experiment if there are no available slots left.
- Raises
AllSlotsFull – If the MatchMaker was initialized with
raise_exception_if_full = True
(default is False) and the MatchMaker has no available slots.