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

Converted version number to a string #9

Closed josh146 closed 5 years ago

josh146 commented 5 years ago

As @smite noticed, the version number should be a string, not a float. Updated in this PR (and two tests added).

codecov[bot] commented 5 years ago

Codecov Report

Merging #9 into master will increase coverage by 0.03%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   95.55%   95.58%   +0.03%     
==========================================
  Files          10       10              
  Lines        1170     1178       +8     
==========================================
+ Hits         1118     1126       +8     
  Misses         52       52
Impacted Files Coverage Δ
blackbird_python/blackbird/program.py 100% <100%> (ø) :arrow_up:
blackbird_python/blackbird/tests/test_listener.py 99.46% <100%> (+0.02%) :arrow_up:

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 1df0120...17799b7. Read the comment docs.