Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
coruscating committed Nov 29, 2023
1 parent 5778067 commit 64f3aba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cron-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
run: tox -e terra-main
if: runner.os == 'macOS'
env:
<<<<<<< HEAD
OMP_NUM_THREADS: 1
=======
TEST_TIMEOUT: 120
OMP_NUM_THREADS: 1
docs:
Expand Down Expand Up @@ -79,4 +76,3 @@ jobs:
with:
name: html_docs
path: artifacts
>>>>>>> f16be3b (Update docstring options parser and add docs cron job (#1312))
5 changes: 0 additions & 5 deletions docs/tutorials/calibrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -455,13 +455,8 @@ error which we want to correct.

from qiskit_experiments.library import FineSXAmplitudeCal

<<<<<<< HEAD
amp_cal = FineSXAmplitudeCal([qubit], cals, backend=backend, schedule_name="sx")
amp_cal.circuits()[4].draw(output="mpl")
=======
amp_cal = FineSXAmplitudeCal((qubit,), cals, backend=backend, schedule_name="sx")
amp_cal.circuits()[4].draw(output="mpl", style="iqp")
>>>>>>> f16be3b (Update docstring options parser and add docs cron job (#1312))

Let's run the calibration experiment:

Expand Down
7 changes: 0 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ setenv =
commands =
sphinx-build -T -W --keep-going -b html {posargs} docs/ docs/_build/html

<<<<<<< HEAD
[pycodestyle]
max-line-length = 100


=======
[testenv:docs-terra-main]
usedevelop = True
passenv =
Expand All @@ -100,4 +94,3 @@ skip_install = true
deps =
allowlist_externals = rm
commands = rm -rf {toxinidir}/docs/stubs/ {toxinidir}/docs/_build
>>>>>>> f16be3b (Update docstring options parser and add docs cron job (#1312))

0 comments on commit 64f3aba

Please sign in to comment.