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

fix lightning interpreter with for, while, and cond #1051

Merged
merged 5 commits into from
Jan 27, 2025

changelog

3301a22
Select commit
Loading
Failed to load commit list.
Merged

fix lightning interpreter with for, while, and cond #1051

changelog
3301a22
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 27, 2025 in 0s

33.25% (-61.02%) compared to 975bd1b

View this Pull Request on Codecov

33.25% (-61.02%) compared to 975bd1b

Details

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 33.25%. Comparing base (975bd1b) to head (3301a22).

Files with missing lines Patch % Lines
pennylane_lightning/core/lightning_interpreter.py 0.00% 3 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (975bd1b) and HEAD (3301a22). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (975bd1b) HEAD (3301a22)
7 6
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1051       +/-   ##
===========================================
- Coverage   94.27%   33.25%   -61.02%     
===========================================
  Files         233       29      -204     
  Lines       39067     2607    -36460     
===========================================
- Hits        36830      867    -35963     
+ Misses       2237     1740      -497     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.