divilian/specnet

Non-neighbors are forming protos even when openness=0

divilian opened this issue · 1 comments

It seems that non-neighbors are sometimes forming protos even when openness=0 (I just noticed this when posting the Jupyter Notebooks interface.)

Fixed in bda4905. This turned out to be a misdiagnosis: I wasn't maintaining the mapping from agent numbers (now letters) to node IDs properly in all cases.