Skip to content

Commit

Permalink
Update test_search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
glorialeezero committed Dec 6, 2024
1 parent 9a4cf83 commit bdd29b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_search.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
from pathlib import Path

from qupsy.language import CX, ForCmd, GateCmd, H, Integer, Pgm, SeqCmd, Var
from qupsy.search import search
from qupsy.spec import make_spec, SpecData

DATA_DIR = Path(__file__).parent / "data"


def test_search_ghz_last_step():
init_pgm = Pgm(
Expand Down

0 comments on commit bdd29b5

Please sign in to comment.