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.
2 parents 2a0b1ae + 5818fff commit 9955852Copy full SHA for 9955852
1 file changed
src/power_grid_model/_core/power_grid_model.py
@@ -470,20 +470,6 @@ def _calculate_short_circuit( # noqa: PLR0913
470
experimental_features=experimental_features,
471
)
472
473
- @overload
474
- def calculate_power_flow(
475
- self,
476
- *,
477
- symmetric: bool = ...,
478
- error_tolerance: float = ...,
479
- max_iterations: int = ...,
480
- calculation_method: CalculationMethod | str = ...,
481
- threading: int = ...,
482
- output_component_types: None | set[ComponentTypeVar] | list[ComponentTypeVar] = ...,
483
- continue_on_batch_error: bool = ...,
484
- decode_error: bool = ...,
485
- tap_changing_strategy: TapChangingStrategy | str = ...,
486
- ) -> SingleRowBasedDataset: ...
487
@overload
488
def calculate_power_flow(
489
self,
0 commit comments