Skip to content

Commit

Permalink
process comments
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 db08734 commit 03ef877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/validation/test_batch_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def test_validate_batch_data_transformer_tap_nom():
assert result is not None
assert len(result) == test_update_data[ComponentType.sym_load].shape[0]
assert len(result[0]) == test_input_data[ComponentType.transformer].shape[0]
assert len(result[1]) == test_input_data[ComponentType.transformer].shape[0]

error = NotBetweenOrAtError(ComponentType.transformer, "tap_nom", [3], ("tap_min", "tap_max"))
assert result == {0: [error], 1: [error]}

0 comments on commit 03ef877

Please sign in to comment.