Drop old breakpoint

pre_viz_calls
Tyler Goodlet 2022-12-06 15:44:14 -05:00
parent c74fc888f2
commit a8f7f82a9f
1 changed files with 0 additions and 2 deletions

View File

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