Skip to content

Commit

Permalink
Update torchchronos/errors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Divo <4403130+felixdivo@users.noreply.github.com>
  • Loading branch information
mauricekraus and felixdivo committed Apr 25, 2023
1 parent 6fdb3c1 commit 3d94ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchchronos/errors.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
class MissingValueError(Exception):
"""Indicates that a time series has at least one missing value."""
def __init__(self, msg):
super().__init__(msg)

0 comments on commit 3d94ea5

Please sign in to comment.