Skip to content

Commit

Permalink
Remove utils from example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Apr 5, 2021
1 parent 9efd467 commit 5eb964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_benchmarks(nqubits, type):
start = code.find("def main")
end = code.find("\nif __name__ ==")
header = ("import argparse\nimport os\nimport time"
"\nimport qibo\nimport circuits\nimport utils\n\n")
"\nimport qibo\nimport circuits\n\n")
args = {"nqubits": nqubits, "type": type,
"backend": "custom", "precision": "double",
"device": None, "accelerators": None,
Expand Down

0 comments on commit 5eb964a

Please sign in to comment.