Skip to content

Commit

Permalink
Merge branch 'diffrules' of github.com:qiboteam/qiboml into diffrules
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Nov 7, 2024
2 parents 5ae1ade + 1842a1d commit 7552520
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_models_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ def test_decoding(backend, frontend, layer, seed):
kwargs["nshots"] = None
decoding_layer = layer(nqubits, decoding_qubits, **kwargs)

# if not decoding_layer.analytic:
# pytest.skip("PSR differentiation is not working yet.")

q_model = frontend.QuantumModel(
encoding_layer, training_layer, decoding_layer, differentiation_rule
Expand Down

0 comments on commit 7552520

Please sign in to comment.