From b4174d36a3707b27dc28083a7fdc35e33c237c10 Mon Sep 17 00:00:00 2001 From: petersalemink95 Date: Tue, 28 Jan 2025 08:45:56 +0100 Subject: [PATCH] add error to tests Signed-off-by: petersalemink95 --- tests/unit/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/utils.py b/tests/unit/utils.py index 7d246e3fd..c28739da6 100644 --- a/tests/unit/utils.py +++ b/tests/unit/utils.py @@ -30,6 +30,7 @@ PowerGridError, PowerGridSerializationError, SparseMatrixError, + MaxIterationReached ) from power_grid_model.utils import json_deserialize, json_deserialize_from_file, json_serialize_to_file @@ -60,6 +61,7 @@ PowerGridSerializationError, AssertionError, OSError, + MaxIterationReached, ) }