Skip to content

Commit

Permalink
Removed unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
modelonrobinandersson committed Nov 5, 2024
1 parent 7f50492 commit 61fd9e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/common/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -2532,9 +2532,6 @@ class ResultSizeError(JIOError):
Exception that is raised when a set maximum result size is exceeded.
"""

class InvalidIndexError(JIOError):
""" Exception that is raised when indices for variable trajectories are invalid. """

def robust_float(value):
"""
Function for robust handling of float values such as INF and NAN.
Expand Down

0 comments on commit 61fd9e4

Please sign in to comment.