Skip to content

Commit

Permalink
mark repro cases as xfail
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <[email protected]>
  • Loading branch information
mgovers committed Dec 6, 2024
1 parent 3d5edca commit 6a3028b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"atol": {
"default": 1e-8,
".+_residual": 5e-4
},
"fail": {
"raises": "SparseMatrixError",
"reason": "Bug in Sparse LU solver found in #853"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"atol": {
"default": 1e-8,
".+_residual": 5e-4
},
"fail": {
"raises": "SparseMatrixError",
"reason": "Bug in Sparse LU solver found in #853"
}
}
2 changes: 2 additions & 0 deletions tests/unit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
PowerGridBatchError,
PowerGridError,
PowerGridSerializationError,
SparseMatrixError,
)
from power_grid_model.utils import json_deserialize, json_deserialize_from_file, json_serialize_to_file

Expand All @@ -55,6 +56,7 @@
AutomaticTapCalculationError,
InvalidTransformerClock,
NotObservableError,
SparseMatrixError,
PowerGridSerializationError,
AssertionError,
OSError,
Expand Down

0 comments on commit 6a3028b

Please sign in to comment.