Skip to content

Commit

Permalink
Added TIDE titlecard.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolya committed Aug 28, 2020
1 parent 898fc49 commit 9316c8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tidecv/quantify.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,15 @@ def apply_qualifier(self, qualifier:Qualifier) -> ClassedAPDataObject:


class TIDE:
"""
████████╗██╗██████╗ ███████╗
╚══██╔══╝██║██╔══██╗██╔════╝
██║ ██║██║ ██║█████╗
██║ ██║██║ ██║██╔══╝
██║ ██║██████╔╝███████╗
╚═╝ ╚═╝╚═════╝ ╚══════╝
"""


# This is just here to define a consistent order of the error types
_error_types = [ClassError, BoxError, OtherError, DuplicateError, BackgroundError, MissedError]
Expand Down

0 comments on commit 9316c8b

Please sign in to comment.