Skip to content

Commit

Permalink
Correct test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mills committed Mar 18, 2024
1 parent 38c45c1 commit c493036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion qermit/noise_model/transpiler_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TranspilerBackend:
shot batch size permitted.
result_dict: A dictionary mapping handles to results.
backend: Backend used to simulate compiled circuits.
n_cores: The number of cores when simulating shots in parallel.
n_cores: The number of cores used when simulating shots in parallel.
"""

transpiler: BasePass
Expand Down
1 change: 0 additions & 1 deletion tests/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pytket-qiskit
qiskit-ibmq-provider
pytest
pytest-cov
flake8
Expand Down

0 comments on commit c493036

Please sign in to comment.