Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dandragona-dev committed Feb 26, 2025
2 parents b87dc55 + a632ac1 commit df26a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualtran/bloqs/data_loading/qroam_clean_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from qualtran.resource_counting import get_cost_value, QubitCount
from qualtran.symbolics import ceil, log2


def test_bloq_examples(bloq_autotester):
bloq_autotester(_qroam_clean_multi_data)
bloq_autotester(_qroam_clean_multi_dim)
Expand Down Expand Up @@ -166,6 +165,7 @@ def test_qroam_clean_classical_sim():
assert bloq_inv.call_classically(
selection0=x, selection1=y, target0_=vals[2], junk_target0_=vals[3]
) == (x, y)
print(bloq_inv)


@pytest.mark.slow
Expand Down

0 comments on commit df26a2e

Please sign in to comment.