Skip to content

Commit

Permalink
Merge branch 'test/auto-tap-test' into bug/auto-tap-inf-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalemink95 authored Jan 28, 2025
2 parents 9bbd858 + b4174d3 commit b623400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
PowerGridError,
PowerGridSerializationError,
SparseMatrixError,
MaxIterationReached
)
from power_grid_model.utils import json_deserialize, json_deserialize_from_file, json_serialize_to_file

Expand Down Expand Up @@ -60,6 +61,7 @@
PowerGridSerializationError,
AssertionError,
OSError,
MaxIterationReached,
)
}

Expand Down

0 comments on commit b623400

Please sign in to comment.