PennyLaneAI / catalyst

A JIT compiler for hybrid quantum programs in PennyLane
https://docs.pennylane.ai/projects/catalyst
Apache License 2.0
122 stars 27 forks source link

Revert commit 5d910b6cad0ab0863f3c7f0be8b57dc35fc6ea92 #909

Closed rauletorresc closed 1 month ago

rauletorresc commented 1 month ago

Context: This commit, https://github.com/PennyLaneAI/catalyst/commit/5d910b6cad0ab0863f3c7f0be8b57dc35fc6ea92, introduced 4 failed tests when running the "Frontend Tests" job in the CPL rc/rc/rc workflow. The offending test is test_callback.py::test_inactive_debug_grad.

Description of the Change: Revert the offending commit.

Benefits: CPL rc/rc/rc workflow passes.

Possible Drawbacks: The bug solved by the offending commit will still exist.