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
Right now indices are usually printed as tuples e.g. out[(1, 3)], but it'd be nice if they were reduced e.g. out[1, 3]. I should review pytest_helpers.py at least to do this with a new util. This goes for ellipsis and slices too.
The text was updated successfully, but these errors were encountered:
Right now indices are usually printed as tuples e.g.
out[(1, 3)]
, but it'd be nice if they were reduced e.g.out[1, 3]
. I should reviewpytest_helpers.py
at least to do this with a new util. This goes for ellipsis and slices too.The text was updated successfully, but these errors were encountered: