XanaduAI / blackbird

Blackbird is a quantum assembly language for continuous-variable quantum computation, that can be used to program Xanadu's quantum photonics hardware and Strawberry Fields simulator.
https://quantum-blackbird.readthedocs.io
Apache License 2.0
70 stars 26 forks source link

Remove type from test_file #31

Closed thisac closed 4 years ago

thisac commented 4 years ago

Removes the type TDM (copies=1000) line from the global test_file BB script in "test_listener.py", since it's not needed (and might obscure certain test cases). A post-fix for PR #30.

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   96.95%   96.95%           
=======================================
  Files          12       12           
  Lines        1707     1707           
=======================================
  Hits         1655     1655           
  Misses         52       52           
Impacted Files Coverage Δ
blackbird_python/blackbird/tests/test_listener.py 99.69% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 626e059...d33f72a. Read the comment docs.