Closed albi3ro closed 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.65%. Comparing base (
2d074cc
) to head (b0f778d
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm excited to find out how many tests will need to be updated 😅
I'm excited to find out how many tests will need to be updated 😅
exactly zero 😆
Context:
Passing too many arguments positionally is error prone. It can be difficult to remember what the proper order of the arguements is, and it can be easy to reorder keyword arguments.
Description of the Change:
Start mandating that various keyword arguments are passed as keyword arguments in
QNode
andqml.execute
Benefits:
We forbid entire classes of mistakes.
Possible Drawbacks:
Related GitHub Issues: