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
In the same debug step I refer to above, there's a list that seems to have a similar issue (but know displayed with a negative index).
Could it be that this bug is due to the way long lists are only shown partially by default (only first and last part shown), but that this optimization is not correctly implemented for short lists/tuples (where e.g. the first and last two elements of a list/tuple with only two elements are actually the same two elements, and thus are duplicated)?
I noticed a tuple (displayed as a return value) with two elements, whose elements are shown twice in the graphical representation:
Submission: https://dodona.be/nl/courses/2802/activities/1149379220/
Testcase: tab "Schranken", testcase #1, step 1643 / 1720
The text was updated successfully, but these errors were encountered: