Skip to content

Commit

Permalink
improve fix
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <[email protected]>
  • Loading branch information
mgovers committed Jan 14, 2025
1 parent 6dbd020 commit 197335d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/power_grid_model/validation/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def validate_batch_data(
batch_errors = input_errors + id_errors

if not id_errors:
batch_errors = input_errors.copy()
merged_data = _update_input_data(input_data_copy, row_update_data)
batch_errors += validate_required_values(merged_data, calculation_type, symmetric)
batch_errors += validate_values(merged_data, calculation_type)
Expand Down

0 comments on commit 197335d

Please sign in to comment.