Skip to content

Commit 9955852

Browse files
authored
Merge pull request #1439 from furqan463/remove_overload
Remove Redundant Overload
2 parents 2a0b1ae + 5818fff commit 9955852

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/power_grid_model/_core/power_grid_model.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -470,20 +470,6 @@ def _calculate_short_circuit( # noqa: PLR0913
470470
experimental_features=experimental_features,
471471
)
472472

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: ...
487473
@overload
488474
def calculate_power_flow(
489475
self,

0 commit comments

Comments
 (0)