Turtle visualizer warning that sequence values don't lie in domain accumulates #491
Labels
ui
Something having to do with the user interface
visualizer
Has to do with a visualizer or the visualizer subsystem.
Milestone
To reproduce, go to the Beatty DNA featured specimen. Click the Sequence Switcher, and select Formula. In the Formula input field, replace
n
withfloor(sqrt(2)n) % 3
. This will re-draw the Beatty DNA visualization fine, but multiple warnings that the sequence values do not lie in the domain will be left on-screen. Presumably they arise from well-formed partial versions of the formula that Turtle visualizer checked for consistency with the domain, and were not cleared once the formula got into a state in which it did harmonize with the domain.The text was updated successfully, but these errors were encountered: