Goal
We want to pass a SubpopulationCounts observation process into MultiSignalModel, but on run the sampling fails
Context
Runtime fails because multisignal_model.py#L413 doesn't pass the subpop_indices to sample() as required
This isn't caught on build because validate checksn_subpops appropriately
Specifications
Out of scope
- Any changes to how subpopulations connect with each other
Goal
We want to pass a
SubpopulationCountsobservation process intoMultiSignalModel, but on run the sampling failsContext
Runtime fails because multisignal_model.py#L413 doesn't pass the
subpop_indicestosample()as requiredThis isn't caught on build because
validatechecksn_subpopsappropriatelySpecifications
SubpopulationCountsobservation process inside the runOut of scope