Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove qml.queuing.Queue class #2599

Merged
merged 10 commits into from
May 24, 2022
Merged

Remove qml.queuing.Queue class #2599

merged 10 commits into from
May 24, 2022

Conversation

albi3ro
Copy link
Contributor

@albi3ro albi3ro commented May 20, 2022

The qml.queuing.Queue class is a vestigial holdover from the early implementation that never ended up being used in anything. This PR removes this object and it's unit tests.

@github-actions
Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@albi3ro albi3ro requested a review from josh146 May 20, 2022 18:58
@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #2599 (ba53d05) into master (a61e25a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2599   +/-   ##
=======================================
  Coverage   99.58%   99.59%           
=======================================
  Files         243      243           
  Lines       19589    19630   +41     
=======================================
+ Hits        19508    19550   +42     
+ Misses         81       80    -1     
Impacted Files Coverage Δ
pennylane/math/single_dispatch.py 98.84% <100.00%> (+0.02%) ⬆️
pennylane/operation.py 96.83% <100.00%> (+0.10%) ⬆️
pennylane/ops/channel.py 100.00% <100.00%> (ø)
pennylane/queuing.py 100.00% <100.00%> (+1.16%) ⬆️
pennylane/tape/tape.py 98.89% <100.00%> (+0.05%) ⬆️

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 8593ad7...ba53d05. Read the comment docs.

@albi3ro albi3ro merged commit 97f0277 into master May 24, 2022
@albi3ro albi3ro deleted the remove-Queue branch May 24, 2022 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants