Skip to content

Commit

Permalink
fix: changed test seed
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Nov 22, 2024
1 parent c887854 commit d3b0a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/.#test_models_interfaces.py
2 changes: 1 addition & 1 deletion tests/test_models_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def backprop_test(frontend, model, data, target):
assert grad < 1e-2


@pytest.mark.parametrize("layer,seed", zip(ENCODING_LAYERS, [1, 4]))
@pytest.mark.parametrize("layer,seed", zip(ENCODING_LAYERS, [2, 4]))
def test_encoding(backend, frontend, layer, seed):
if frontend.__name__ == "qiboml.models.keras":
pytest.skip("keras interface not ready.")
Expand Down

0 comments on commit d3b0a5e

Please sign in to comment.