We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8577bf commit f76dde1Copy full SHA for f76dde1
power_grid_model_c/power_grid_model/include/power_grid_model/math_solver/observability.hpp
@@ -510,7 +510,7 @@ sufficient_condition_meshed_without_voltage_phasor(std::vector<detail::BusNeighb
510
});
511
512
if (!found_spanning_tree) {
513
- throw NotObservableError{"No full-spanning tree can be constructed from this meshed network. Unobservable.\n"};
+ throw NotObservableError{"Meshed observability check fail. Network unobservable.\n"};
514
}
515
516
return true;
0 commit comments