From 61fd9e46d42d3291a2734f74cc69c09168d48da1 Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Tue, 5 Nov 2024 10:01:13 -0500 Subject: [PATCH] Removed unused exception --- src/common/io.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/io.py b/src/common/io.py index 56f3b77b..2fb17928 100644 --- a/src/common/io.py +++ b/src/common/io.py @@ -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.