Skip to content

Commit

Permalink
Tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-e-h-p committed Jan 17, 2025
1 parent 159a72d commit 2677391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/multimodal/encoders/test_dynamic_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_input_noise_robustness(minimal_config, minimal_inputs, noise_level):

encoder = create_encoder(minimal_config)

# Add controlled noise to inputs
# Add noise to inputs
noisy_inputs = {
k: v + noise_level * torch.randn_like(v)
for k, v in minimal_inputs.items()
Expand Down

0 comments on commit 2677391

Please sign in to comment.