You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to instantiate a BlockSampler on a fully-connected GRBM w/ trivial coloring, lambda x: x, BlockSampler._valid_colouring() returns False. It is failing on self edges. Should it ignore these for validating the coloring?
When attempting to instantiate a BlockSampler on a fully-connected GRBM w/ trivial coloring,
lambda x: x,BlockSampler._valid_colouring()returnsFalse. It is failing on self edges. Should it ignore these for validating the coloring?