Open drodarie opened 7 months ago
It seems that the bug occurs because of network.cell_types["cell_rel_count"] = dud_cell2
resolving the relative_to
reference of dud_cell2
from the object dud_cell
to None
, while using the string "cell_w_count"
is correctly resolved to dud_cell
.