(This is tangentially related to #1005.)
It would be useful if the Network
class had a way to display what exactly the differences are between one Network
object and another, in a user-friendly way. Network.__eq__
only checks that two Networks are different, not how they are different. Part of the user-friendliness could be that it first checks for differences in the "template" versions of Network.cell_types
first, displaying only single values instead of hundreds of cells that differ in identical ways, etc. etc.