Skip to content

Commit bbac8d8

Browse files
committed
marked as raises
Signed-off-by: Santiago Figueroa Manrique <[email protected]>
1 parent 6a22236 commit bbac8d8

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2-
"calculation_method": [
3-
"newton_raphson"
4-
],
2+
"calculation_method": ["newton_raphson", "iterative_linear"],
53
"rtol": 1e-8,
64
"atol": {
75
"default": 1e-8
6+
},
7+
"raises": {
8+
"raises": "SparseMatrixError",
9+
"reason": "Observability check for meshed grids is not yet implemented. Also, pivot perturbation wouldn't be triggered as Matrix norm is smaller than the max pivot. See https://github.com/PowerGridModel/power-grid-model/pull/1118#issuecomment-3269339573"
810
}
911
}
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"calculation_method": [
3-
"newton_raphson"
3+
"newton_raphson",
4+
"iterative_linear"
45
],
56
"rtol": 1e-8,
67
"atol": {
78
"default": 1e-8
9+
},
10+
"raises": {
11+
"raises": "SparseMatrixError",
12+
"reason": "Observability check for meshed grids is not yet implemented. Also, pivot perturbation wouldn't be triggered as Matrix norm is smaller than the max pivot. See https://github.com/PowerGridModel/power-grid-model/pull/1118#issuecomment-3269339573"
813
}
914
}

0 commit comments

Comments
 (0)