Skip to content

Commit

Permalink
update selection
Browse files Browse the repository at this point in the history
  • Loading branch information
virajkaram committed Nov 10, 2023
1 parent 610e199 commit 0d3c46e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mirar/pipelines/winter/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@
select_subset = [
ImageSelector(
# (TARGET_KEY, ["timed_requests_11_09_2023_18_1699582760.db_0", "dark"]),
(TARGET_KEY, ["timed_requests_11_09_2023_19_1699585528.db_0", "dark"]),
# (TARGET_KEY, ["timed_requests_11_09_2023_19_1699585528.db_0", "dark"]),
(TARGET_KEY, ["timed_requests_11_09_2023_19_1699588705.db_0", "dark"]),
# ("BOARD_ID", str(BOARD_ID)),
# ("EXPTIME", "120.0"),
# ("FIELDID", ["3944", "999999999", "6124"]),
Expand Down Expand Up @@ -305,7 +306,7 @@
]
),
ImageSelector(
(TARGET_KEY, ["timed_requests_11_09_2023_19_1699585528.db_0", "dark"]),
(TARGET_KEY, ["timed_requests_11_09_2023_19_1699588705.db_0", "dark"]),
),
]

Expand Down

0 comments on commit 0d3c46e

Please sign in to comment.