PennyLaneAI / pennylane-lightning

The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++ for use with PennyLane
https://docs.pennylane.ai/projects/lightning
Apache License 2.0
86 stars 35 forks source link

Test changes to account for 0.39 deprecations #912

Closed mudit2812 closed 2 weeks ago

mudit2812 commented 2 weeks ago

Updating some tests to account for various deprecations happening in pennylane for v0.39.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.34%. Comparing base (410f8b8) to head (72d8137). Report is 1 commits behind head on master.

:exclamation: There is a different number of reports uploaded between BASE (410f8b8) and HEAD (72d8137). Click for more details.

HEAD has 28 uploads less than BASE | Flag | BASE (410f8b8) | HEAD (72d8137) | |------|------|------| ||36|8|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #912 +/- ## ========================================== - Coverage 96.29% 86.34% -9.95% ========================================== Files 212 24 -188 Lines 29415 2255 -27160 ========================================== - Hits 28324 1947 -26377 + Misses 1091 308 -783 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mudit2812 commented 2 weeks ago

[sc-73913]