Add commented append slice-len sanity check
parent
f30a48b82c
commit
cdec4782f0
|
@ -330,6 +330,9 @@ class IncrementalFormatter(msgspec.Struct):
|
||||||
)
|
)
|
||||||
self.xy_nd_stop += append_len
|
self.xy_nd_stop += append_len
|
||||||
profiler('appened xy history: {append_length}')
|
profiler('appened xy history: {append_length}')
|
||||||
|
# sanity
|
||||||
|
# slice_ln = post_slice.stop - post_slice.start
|
||||||
|
# assert append_len == slice_ln
|
||||||
|
|
||||||
view_changed: bool = False
|
view_changed: bool = False
|
||||||
view_range: tuple[int, int] = (ivl, ivr)
|
view_range: tuple[int, int] = (ivl, ivr)
|
||||||
|
|
Loading…
Reference in New Issue