Skip to content

Commit

Permalink
add NRSE back for distribution case
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Xiang <tony.xiang@alliander.com>
  • Loading branch information
TonyXiang8787 committed Feb 15, 2024
1 parent 4763d8d commit 21bdf50
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tests/data/state_estimation/distribution-case/params.json
@@ -1,8 +1,10 @@
{
"calculation_method": "iterative_linear",
"rtol": 1e-03,
"atol": {
"default": 1e-03,
".+_residual": 1
"calculation_method": ["iterative_linear", "newton_raphson"],
"rtol": 1e-6,
"atol": 1e-6,
"extra_params": {
"newton_raphson": {
"experimental_features": "enabled"
}
}
}

0 comments on commit 21bdf50

Please sign in to comment.