acorn icon indicating copy to clipboard operation
acorn copied to clipboard

"Diamond" patterns count smalls multiple times

Open maackle opened this issue 2 years ago • 1 comments
trafficstars

Now that we can have multiple parents, we can create diamond patterns. I'm not sure if it's intentional, but in such patterns, smalls get counted multiple times. See image. I would expect card "d" at the top to read 1/2, not 2/4. Seems that the proper behavior is that all descendant smalls underneath a given outcome are what's counted, not the sum of counts for the child outcomes.

image

maackle avatar Jun 13 '23 20:06 maackle

good catch! we didn't test that case. we will put in the queue.

Connoropolous avatar Jun 13 '23 23:06 Connoropolous