Skip to content

Commit 9a6227b

Browse files
format
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
1 parent 4786205 commit 9a6227b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/power_grid_model/validation/_validation.py

+2
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,10 @@ 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+
276277
# pylint: disable=too-many-statements
277278

279+
278280
def validate_required_values(
279281
data: SingleDataset, calculation_type: CalculationType | None = None, symmetric: bool = True
280282
) -> list[MissingValueError]:

0 commit comments

Comments
 (0)