Closed maliasadi closed 3 months ago
Hello. You may have forgotten to update the changelog! Please edit .github/CHANGELOG.md with:
Attention: Patch coverage is 75.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 81.65%. Comparing base (
83ac9d8
) to head (17d9912
). Report is 83 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...ane_lightning/lightning_kokkos/lightning_kokkos.py | 0.00% | 1 Missing :warning: |
:exclamation: There is a different number of reports uploaded between BASE (83ac9d8) and HEAD (17d9912). Click for more details.
HEAD has 52 uploads less than BASE
| Flag | BASE (83ac9d8) | HEAD (17d9912) | |------|------|------| ||60|8|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Context: PR https://github.com/PennyLaneAI/pennylane/pull/6046 wraps the legacy device API automatically in various device creation, qnode, and execute functions. As LK and LGPU plugins still rely on the legacy device API, the shots tests and the
generate_samples
logic inlightning_kokkos.py
andlightning_gpu.py
should be updated to adhere the new convention.Related Shortcut Stories: [sc-65998]