-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test prediction and headway logic at the sign level (#668)
- Loading branch information
1 parent
9a7db1c
commit 237b53c
Showing
6 changed files
with
526 additions
and
974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
defmodule Engine.ScheduledHeadwaysAPI do | ||
@callback display_headways?([String.t()], DateTime.t(), non_neg_integer()) :: boolean() | ||
@callback get_first_scheduled_departure([binary]) :: nil | DateTime.t() | ||
end |
Oops, something went wrong.