Skip to content

Commit 4786205

Browse files
ignore pylint too-many-arguments
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
1 parent 6a0ba2c commit 4786205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/power_grid_model/validation/_validation.py

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ def _process_power_sigma_and_p_q_sigma(
273273
mask = np.logical_and(np.isnan(power_sigma), np.any(np.logical_not(np.isnan(q_sigma)), axis=asym_axes))
274274
power_sigma[mask] = np.nansum(q_sigma[mask], axis=asym_axes)
275275

276+
# pylint: disable=too-many-statements
276277

277278
def validate_required_values(
278279
data: SingleDataset, calculation_type: CalculationType | None = None, symmetric: bool = True

0 commit comments

Comments
 (0)