Skip to content

Commit

Permalink
Add comment explaining time shift, in both places it happens
Browse files Browse the repository at this point in the history
  • Loading branch information
jzimbel-mbta committed Aug 23, 2024
1 parent 0e62617 commit f48a001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reports/glides_terminal_missed_extraneous_predictions.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ times_table =

trips_table =
0..23
# Service day starts at 4am, so let's start the table at that hour.
|> Enum.map(&rem(&1 + 4, 24))
|> Enum.map(fn hour ->
predicted_trip_count =
Expand Down Expand Up @@ -559,4 +560,4 @@ Kino.Download.new(
Kino.DataTable.new(trips_table, name: trips_table_name)
```

<!-- livebook:{"offset":19244,"stamp":{"token":"XCP.YPz_ovuJ6IQLJGyw9Xt5LSb29Ad82LAaNC5aD_K8112H_yOJrTy0VTfLp86pNYp2_i4aSJSJCOEEVlYSY3vBEFiAOR3xq8jp9urFy2ZqSdiqo6e2cqJJy5-R1emam7-wythlf1hfwXv-tMecJAfFlNv4UjdZ2Q","version":2}} -->
<!-- livebook:{"offset":19314,"stamp":{"token":"XCP.njVBqFgjz-RYaRIlsttEfRskeQIc57PD-_KWwabk_P24d9l5wnaM9iy3tWRYh2poztcum6PKtwc_Qasp1tLLBcdM4-No0US-oBctUnUYjeYktxAWs1ir9lB2yn7sZuTWMvbDvDspgVSgy5HQTb0Z12HOK8NGjA","version":2}} -->

0 comments on commit f48a001

Please sign in to comment.