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

Qiskit / qiskit / 10948452549
90%
main: 89%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-13587-053ee324eef0b872e21e1d5e8816ecc0e3c4057f
DEFAULT BRANCH: main
Ran 19 Sep 2024 08:49PM CUT
Jobs 1
Files 855
Run time 3min
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

19 Sep 2024 08:30PM CUT coverage: 89.749% (-0.001%) from 89.75%
10948452549

push

github

web-flow
Make dense layout algorithm deterministic when run in parallel (#13133) (#13190)

* Make dense layout algorithm deterministic when run in parallel

The dense layout algorithm is trying to find the densest k subgraph of
the connectivity graph. To do this it performs a BFS from each node in
the in graph of k nodes to determine the subgraph with the most number
of edges. But in cases of ties where there are subgraphs with the same
number of edges the exact output would be determined by the iteration
order that we're evaluating a BFS search. However, this algorithm runs
in parallel in most cases and the exact iteration order isn't going to
be stable when running in parallel. It will depend on which threads
finish first. This commit fixes this potential non-determinism in the
algorithm by defaulting to the lower node index's trial results instead
of relying on the execution order. This should mean we return identical
results regardless of how many threads are run or how quickly they
execute.

* Add release note

* Also handle the use_error case too

(cherry picked from commit 65bb09efa)

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>

5 of 5 new or added lines in 1 file covered. (100.0%)

4 existing lines in 1 file now uncovered.

66869 of 74507 relevant lines covered (89.75%)

218141.78 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
91.48
-0.25% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 10948452549.1 19 Sep 2024 08:49PM CUT 855
89.75
GitHub Action Run
Source Files on build 10948452549
  • Tree
  • List 855
  • Changed 42
  • Source Changed 0
  • Coverage Changed 2
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
...skit/visualization/pulse_v2/plotters/matplotlib.py202 80 0 80 0.0
0.0
qiskit/visualization/timeline/plotters/__init__.py17 1 0 1 0.0
0.0
qiskit/visualization/pulse_v2/plotters/__init__.py18 1 0 1 0.0
0.0
qiskit/visualization/library.py38 15 0 15 0.0
0.0
...it/visualization/pulse_v2/plotters/base_plotter.py54 6 0 6 0.0
0.0
...it/visualization/timeline/plotters/base_plotter.py59 6 0 6 0.0
0.0
...providers/fake_provider/utils/backend_converter.py151 101 0 101 0.0
0.0
qiskit/providers/models/jobstatus.py67 20 0 20 0.0
0.0
qiskit/visualization/circuit_visualization.py20 1 0 1 0.0
0.0
...skit/visualization/timeline/plotters/matplotlib.py193 76 0 76 0.0
Showing 1 to 10 of 855 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 86
  • Next
  • ►
    90.39
    crates/
  • ►
    89.59
    qiskit/
  • Back to Repo
  • d6b3366c on github
  • Prev Build on gh-readonly-queue/stable/1.2/pr-13189-f9c262b9934bfa4b04581e0d26ca5b19c01a2f20 (#10948429290)
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

© 2024 Coveralls, Inc