Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seed non-deterministic TestMeasurementTransforms test (#1200)
**Context:** We noticed a non-deterministic failing pytest, `TestMeasurementTransforms.test_measurement_from_samples_single_measurement_analytic`. We can fix the non-deterministic failure by seeding the qjit-ed circuit. **Description of the Change:** Replace `@qjit` decorator with `@qjit(seed=37)`.
- Loading branch information