moosetechnology / Moose

MOOSE - Platform for software and data analysis.
https://moosetechnology.github.io/moose-wiki
MIT License
136 stars 34 forks source link

HighlightNeibour: is buggy #1160

Closed bergel closed 7 years ago

bergel commented 7 years ago

The following script does not do what is expected

b := RTMondrian new.
b interaction highlightNeighbour: [ :m | Array with: 2 ].
b node: 1.
b interaction highlightNeighbour: [ :m | Array with: 1 ].
b node: 2.
b

Version 1539 of Roassal is used.

bergel commented 7 years ago

Something got wrong. Cannot reproduce it in a fresh image