rich7420 opened a new pull request, #605:
URL: https://github.com/apache/mahout/pull/605

   ### Purpose of PR
   <!-- Describe what this PR does. -->
   This PR is first part of `test_single_qubit_gates.py`. 
   This file is split into 3 cumulative PRs including those tests:
   ```
   TestPauliXGate
   TestPauliYGate
   TestPauliZGate
   TestPauliZGate.test_pauli_z_with_hadamard
   TestHadamardGate
   TestNOTGate
   TestUGate
   TestSingleQubitGatesEdgeCases
   TestSingleQubitGatesConsistency
   ```
   
   This PR is about tests of them: TestPauliXGate , TestPauliYGate and 
TestPauliZGate. 
   
   You can test this PR locally with command:
   ```
   pytest testing/test_single_qubit_gates.py
    ```
   
   ### Related Issues or PRs
   <!-- Add links to related issues or PRs. -->
   <!-- - Closes #123  -->
   <!-- - Related to #123   -->
   #604 
   ### Changes Made
   <!-- Please mark one with an "x"   -->
   - [ ] Bug fix
   - [ ] New feature
   - [ ] Refactoring
   - [ ] Documentation
   - [x] Test
   - [ ] CI/CD pipeline
   - [ ] Other
   
   ### Breaking Changes
   <!-- Does this PR introduce a breaking change? -->
   - [ ] Yes
   - [x] No
   
   ### Checklist
   <!-- Please mark each item with an "x" when complete -->
   <!-- If not all items are complete, please open this as a **Draft PR**.
   Once all requirements are met, mark as ready for review. -->
   
   - [ ] Added or updated unit tests for all changes
   - [ ] Added or updated documentation for all changes
   - [x] Successfully built and ran all unit tests or manual tests locally
   - [x] PR title follows "MAHOUT-XXX: Brief Description" format (if related to 
an issue)
   - [x] Code follows ASF guidelines
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to