numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 15 forks source link

NumberGlyph range error #396

Open gwhitney opened 1 month ago

gwhitney commented 1 month ago

If you take a sequence with exactly 10000 terms (like A00040 at the moment) and run NumberGlyph on it with the number of terms set to 10000, then right at the end it produces a RangeError that 10001 is not between 1 and 10000. Seems like there must be an OBOE (off-by-one error) somewhere...

gwhitney commented 2 weeks ago

This should be taken care of in the NumberGlyph overhaul, which will be required for alpha, so setting the same milestone here.