Currently the CutCircuit class has the subcircuit_entry_probs as well as subcircuit_packed_probs, which are stored as probabilities and packed_probabilities in the zarr file respectively. We should just be storing the packed probabilities, and there needs to be a single attribute in CutCircuit that stores this information (and repopulates it when reading the zarr).
Currently the
CutCircuitclass has thesubcircuit_entry_probsas well assubcircuit_packed_probs, which are stored asprobabilitiesandpacked_probabilitiesin the zarr file respectively. We should just be storing the packed probabilities, and there needs to be a single attribute inCutCircuitthat stores this information (and repopulates it when reading the zarr).