XanaduAI / QMLT

The Quantum Machine Learning Toolbox (QMLT) is a Strawberry Fields application that simplifies the optimization of variational quantum circuits (also known as parametrized quantum circuits).
https://qmlt.readthedocs.io
Apache License 2.0
114 stars 23 forks source link

ylabel is now rendered as subplot title, not y-axis label. #4

Closed mstechly closed 6 years ago

mstechly commented 6 years ago

Solves issue #3

josh146 commented 6 years ago

Thanks @mstechly! It looks like only one test is failing in the test suite, which is the test_ylabel (test_plots.TestPlot) test - I'll quickly fix that up to ensure it passes.

codecov[bot] commented 6 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master     #4   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     11           
  Lines         735    735           
=====================================
  Hits          735    735
Impacted Files Coverage Δ
qmlt/numerical/plot.py 100% <100%> (ø) :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 342b08e...8e05b1c. Read the comment docs.