Closed Christian-B closed 2 years ago
This would also avoid the ugly and incorrect eg and hash functions!
@rowleya commented on skype "Yes, happy to drop to 1 key and mask"
https://github.com/SpiNNakerManchester/PACMAN/pull/463 removes the whole FixedKeyAndMaskConstraint which of course makes this issue no longer exists
For some reason FixedKeyAndMaskConstraint Inputs and outputs an iterable of BaseKeyAndMask
yet all known use case take just 1.
Does it even makes sense for there to be multiple FIXED KeysandMasks on one partition?
Suggest we change it to only accept 1 BaseKeyAndMask