If there are fewer Authoritys in the db than are requested by a call to Manager.get_top_authorities then fewer are returned than were requested. Should new ones be found to always return exactly n Authoritys, should an error be raised if this happens, or should it just be ignored?
If there are fewer
Authority
s in the db than are requested by a call toManager.get_top_authorities
then fewer are returned than were requested. Should new ones be found to always return exactly nAuthority
s, should an error be raised if this happens, or should it just be ignored?@cthoyt thoughts?