Ran
|
Jobs
1
|
Files
1265
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Update DAGCircuit.draw() docstring with current requirements (#11337) (#11338) * Update DAGCircuit.draw() docstring with current requirements Since #8162 the dag drawer hasn't required pydot to run. It now uses rustworkx's graphviz_draw() function which directly calls graphviz. However, in #8162 the docstring for the DAGCircuit.draw() method was not updated to reflect this and the method documentation still said that pydot was required. This commit fixes this oversight and updates the docstring to correctly state that only graphviz is required (as rustworkx is a hard dependency for Qiskit it's not anything that needs to be documented). It also includes more details on how to install graphviz as this is often a potential source of confusion for users. * Update qiskit/dagcircuit/dagcircuit.py Co-authored-by: Jake Lishman <jake@binhbar.com> --------- Co-authored-by: Jake Lishman <jake@binhbar.com> (cherry picked from commit c3a7d4093) Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
74196 of 85341 relevant lines covered (86.94%)
91918.42 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
5 |
91.92 |
-0.25% | crates/qasm2/src/lex.rs |
6 |
97.6 |
-0.46% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 7029877712.1 | 1265 |
86.94 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|