Add breakpoint on -ve range for now

epoch_index_backup
Tyler Goodlet 2022-11-28 09:44:33 -05:00
parent 670ba169e9
commit cb85079cf1
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ 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)