Skip to content

Commit

Permalink
update github flows
Browse files Browse the repository at this point in the history
  • Loading branch information
mailhexu committed Jun 4, 2024
1 parent 35b542f commit 17b6b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
Expand Down
2 changes: 0 additions & 2 deletions TB2J/pauli.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ def test_gather_pauli_blocks():
M = np.random.rand(4, 4)
MI, Mx, My, Mz = pauli_block_all(M)
M2 = gather_pauli_blocks(MI, Mx, My, Mz)
print(M)
print(M2)
assert np.allclose(M, M2)


Expand Down

0 comments on commit 17b6b90

Please sign in to comment.