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
92 stars 40 forks source link

Fix/fix/lightning tests #854

Closed AmintorDusko closed 3 months ago

AmintorDusko commented 3 months ago

Context: Calling setup.py is not supposed to have -m.

Description of the Change: removing wrong -m.

Benefits:

Possible Drawbacks:

Related GitHub Issues:

[sc-71443]

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 80.75%. Comparing base (8e85fce) to head (d1f6730). Report is 84 commits behind head on master.

:exclamation: There is a different number of reports uploaded between BASE (8e85fce) and HEAD (d1f6730). Click for more details.

HEAD has 15 uploads less than BASE | Flag | BASE (8e85fce) | HEAD (d1f6730) | |------|------|------| ||34|19|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #854 +/- ## =========================================== - Coverage 97.64% 80.75% -16.90% =========================================== Files 84 17 -67 Lines 11349 2421 -8928 =========================================== - Hits 11082 1955 -9127 - Misses 267 466 +199 ```

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

AmintorDusko commented 3 months ago

@mudit2812, this might fix the most recent stable-related problems.