Skip to content

Commit 2677391

Browse files
committed
Tests update
1 parent 159a72d commit 2677391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/multimodal/encoders/test_dynamic_encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def test_input_noise_robustness(minimal_config, minimal_inputs, noise_level):
337337

338338
encoder = create_encoder(minimal_config)
339339

340-
# Add controlled noise to inputs
340+
# Add noise to inputs
341341
noisy_inputs = {
342342
k: v + noise_level * torch.randn_like(v)
343343
for k, v in minimal_inputs.items()

0 commit comments

Comments
 (0)