diff --git a/src/proto_nd_flow/resources/geometry.py b/src/proto_nd_flow/resources/geometry.py index db821e50..41fea726 100644 --- a/src/proto_nd_flow/resources/geometry.py +++ b/src/proto_nd_flow/resources/geometry.py @@ -651,7 +651,7 @@ def _load_charge_geometry(self): if self.network_agnostic == True: warnings.warn('Encountered an out-of-network chip, but because you enabled ``network_agnostic``, we will carry on with assumptions about the io group and io channel') # using the info about the first chip on the tile for all others - io_group_io_channel = list(geometry_yaml['tile_chip_to_io'][tile].values())[0] + io_group_io_channel = list(geometry_yaml[tile]['tile_chip_to_io'][tile].values())[0] else: continue