Closed francesshei closed 1 year ago
Breaking change in latest main: Hemitype.placement
is a list instead of a dict now. I'm in the process of adding a BREAKING_CHANGES.md
document that will start listing those 👍
Change for pre_ct, pre_ps in pre.placement.items():
to for pre_ps in pre.placement:
, access the CT with pre_ps.cell_type
.
After placement,
bsb compile
fails during connectivity with the following traceback: