Drop old breakpoint

multichartz_backup
Tyler Goodlet 2022-12-06 15:44:14 -05:00
parent 184a4d0730
commit dcf774d1ff
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ def ds_m4(
if xrange is None: if xrange is None:
x_end = x[-1] # x end value/highest in domain x_end = x[-1] # x end value/highest in domain
xrange = (x_end - x_start) xrange = (x_end - x_start)
if xrange < 0:
breakpoint()
# XXX: always round up on the input pixels # XXX: always round up on the input pixels
# lnx = len(x) # lnx = len(x)