• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit-Extensions / qiskit-experiments
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-1267-60655bb7aa78fd8f27a3a0be3c19f1e89e483305
DEFAULT BRANCH: main
Repo Added 14 Jun 2023 07:41PM UTC
Files 168
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH gh-readonly-queue/main/pr-1267-60655bb7aa78fd8f27a3a0be3c19f1e89e483305
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • gh-readonly-queue/main/pr-1009-3511e4eae71042ef82bf59e0df7d315183836584
  • gh-readonly-queue/main/pr-1010-970b376fee8a92fea4fb4562e8de987782df83f9
  • gh-readonly-queue/main/pr-1133-1c7ed5b525c45efbe0a938e762196ad484221fe8
  • gh-readonly-queue/main/pr-1163-70c3115951347c1c48fd109e1a1da7ab4d6be813
  • gh-readonly-queue/main/pr-1164-1b388720dd443ced2832ee7d2fb508edf878986a
  • gh-readonly-queue/main/pr-1176-06f07181e8692ec4ddfb6ddd5055bf79435ef368
  • gh-readonly-queue/main/pr-1190-b73f669a6b01f42dad489fe5a8b0803483fc0c5b
  • gh-readonly-queue/main/pr-1206-f4c8686b1f8d67de757e72db22563f6acf5168fe
  • gh-readonly-queue/main/pr-1209-022ae003200f137fddafaaa9d8c6fc4aa5b708ed
  • gh-readonly-queue/main/pr-1215-ad8aa795a9624e03976acf86be8dcc7d307f907e
  • gh-readonly-queue/main/pr-1217-e0467f17a03af2cb1e9ffa09fd9bc12012be7fdd
  • gh-readonly-queue/main/pr-1219-d9a767bd97b98561abe5a4d927ba217a475b0a7a
  • gh-readonly-queue/main/pr-1224-805a55b23cef0204d31e84b912d37f22849ddeef
  • gh-readonly-queue/main/pr-1225-58754837ddaa9c5e5419cf6dc15ac7b56a2ec9a6
  • gh-readonly-queue/main/pr-1229-2e7bd6eb356d0f17a9896e823fe3b642f5b989ef
  • gh-readonly-queue/main/pr-1230-db5ee40dc9fc27f99486ec8ac3c14209997b428c
  • gh-readonly-queue/main/pr-1234-dd620001e39a62324c37f29bf830f563d5446417
  • gh-readonly-queue/main/pr-1237-29aeaa48b7206dcfea42ce05a5c2945339c954fb
  • gh-readonly-queue/main/pr-1250-5a518eea02ca606b917e4716e70db5e86ea0f91a
  • gh-readonly-queue/main/pr-1252-1acc02d49d7c8baaae3f495af049b58f24a8d0c3
  • gh-readonly-queue/main/pr-1254-c66034c90dad73d705af25be7e9ed9617e7eb2ef
  • gh-readonly-queue/main/pr-1255-84cd40311468c958b6dfe234493b19f9bcbcc715
  • gh-readonly-queue/main/pr-1259-e9abdc45d52411091c707006ec6cd0d26f6f3f23
  • gh-readonly-queue/main/pr-1260-f5c759bd70b875d15183b9d2b8a7374ea0f5cad3
  • gh-readonly-queue/main/pr-1263-c294aa1cc4816285d875be11968fa49e8b403df8
  • gh-readonly-queue/main/pr-1264-6a06e7489dba5a84ae263d134622962d906beaf7
  • gh-readonly-queue/main/pr-1267-60655bb7aa78fd8f27a3a0be3c19f1e89e483305

07 Sep 2023 09:18PM UTC coverage: 88.271%. Remained the same
6114881127

push

github

web-flow
Address timing dependence in ExperimentData.add_jobs test (#1267)

Previously, the test `test_add_data_job` called `add_jobs` with two jobs
and then tested that the results from `ExperimentData.data()` matched
the results of the first job concatenated with the second.
`ExperimentData` uses threads to handle tracking jobs. Even though these
jobs are dummy jobs that take no time, `ExperimentData` would
occasionally add the results from the second job before the first and
then fail the results comparison. With this change, a label is attached
to each result and then the results are sorted based on the label before
testing against the expected results.

Closes #1044

12387 of 14033 relevant lines covered (88.27%)

3.53 hits per line

Relevant lines Covered
Build:
Build:
14033 RELEVANT LINES 12387 COVERED LINES
3.53 HITS PER LINE
Source Files on gh-readonly-queue/main/pr-1009-3511e4eae71042ef82bf59e0df7d315183836584
  • Tree
  • List 168
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
6114881127 gh-readonly-queue/main/pr-1267-60655bb7aa78fd8f27a3a0be3c19f1e89e483305 Address timing dependence in ExperimentData.add_jobs test (#1267) Previously, the test `test_add_data_job` called `add_jobs` with two jobs and then tested that the results from `ExperimentData.data()` matched the results of the first job concaten... push 07 Sep 2023 10:20PM UTC web-flow github
88.27
6113936969 test-result-ordering Merge 229e39a34 into 60655bb7a Pull #1267 07 Sep 2023 08:16PM UTC web-flow github
88.27
6113381904 test-result-ordering Merge b19b07068 into 60655bb7a Pull #1267 07 Sep 2023 07:13PM UTC web-flow github
88.27
6104385549 selective-figure-generation Merge 7ba12854d into 60655bb7a Pull #1240 07 Sep 2023 02:36AM UTC web-flow github
88.29
6099303896 gh-readonly-queue/main/pr-1263-c294aa1cc4816285d875be11968fa49e8b403df8 Improve performance of RB circuit generation (#1263) ### Summary The circuit generation for RB experiments is slow due to the use of indexing on sparse matrices (`_CLIFFORD_COMPOSE_2Q` from `qiskit_experiments.library.randomized_benchmarking.cli... push 06 Sep 2023 05:06PM UTC web-flow github
88.27
6098749953 rb Merge 0d50b5fa5 into c294aa1cc Pull #1263 06 Sep 2023 04:12PM UTC web-flow github
88.27
6098114747 gh-readonly-queue/main/pr-1259-e9abdc45d52411091c707006ec6cd0d26f6f3f23 Use only sx, x, and rz in half angle experiment (#1259) Previously, `HalfAngle` used a y gate which is not a standard basis gate for IBM devices and is also not the gate that the experiment is testing. Now, the experiment uses x and sx whenever p... push 06 Sep 2023 03:00PM UTC web-flow github
88.27
6097794441 gh-readonly-queue/main/pr-1264-6a06e7489dba5a84ae263d134622962d906beaf7 Removed test_t1_parallel_different_analysis_options (#1264) The test sets a bad initial guess and expects the fitter to fail. It has to be removed because the underlying assumption - that the fitter must fail when given a bad guess - is incorrect. push 06 Sep 2023 02:49PM UTC web-flow github
88.27
6093292848 remove_test Merge daab5e586 into 6a06e7489 Pull #1264 06 Sep 2023 06:55AM UTC web-flow github
88.27
6036204161 feature/dataframe-pr2 Merge 3f55ad930 into 6a06e7489 Pull #1253 31 Aug 2023 11:28AM UTC web-flow github
88.05
See All Builds (105)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc