We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b45b69 commit 38011d3Copy full SHA for 38011d3
data_subscriber/rtc_for_dist/rtc_for_dist_query.py
@@ -274,6 +274,7 @@ def acq_time_from_product_id_time(p):
274
continue
275
product_id_time = f"{product},{acquisition_dts}"
276
product_id_times.add(product_id_time)
277
+ product_id_times = list(product_id_times)
278
product_id_times = sorted(product_id_times, key=acq_time_from_product_id_time)
279
280
# collect all product-id-times in this historical timerange (global)
0 commit comments