Skip to content

Commit

Permalink
chore: fix clocks
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jul 9, 2024
1 parent b368df3 commit bab87ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pipelines/ocr_radar/dump_db_radar/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,9 @@
)


ocr_radar_schedule = Schedule(clocks=untuple(ocr_radar_clocks + ocr_radar_equipamento_clocks))
ocr_radar_schedule = Schedule(
clocks=untuple(ocr_radar_clocks) + untuple(ocr_radar_equipamento_clocks)
)


print(ocr_radar_schedule)

0 comments on commit bab87ae

Please sign in to comment.