buggood first issuequestion
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
GravityModelResults seems to only act as a base class for the other results, if this is the case it could be renamed to GravityModelResultsBase and inherit from abc.ABC to make it clearer the intention of the class. Additionally an abstract property for summary should be added.