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
# if multiple conds, split based on primary region
144
144
ifself.split_conds_to_windowsandlen(cond_in) >1:
145
145
region=window.get_region_index(len(cond_in))
146
-
logging.info(f"Splitting conds to windows; using region {region} for window {window[0]}-{window[-1]} with center ratio {window.center_ratio:.3f}")
146
+
logging.info(f"Splitting conds to windows; using region {region} for window {window.index_list[0]}-{window.index_list[-1]} with center ratio {window.center_ratio:.3f}")
147
147
cond_in= [cond_in[region]]
148
148
# cond object is a list containing a dict - outer list is irrelevant, so just loop through it
0 commit comments