Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ricalbr committed Jun 17, 2024
1 parent cac6116 commit 10cf288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ tox>=3.24.3
pytest>=6.2.5
pytest-cov>=2.12.1
mypy>=0.910
black>=22.10.0
black==22.10.0
pre-commit>=2.1.0
openpyxl>=3.0.10
4 changes: 2 additions & 2 deletions tests/pgm_compiler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ def test_t_matrix_matrix(param, angle, res) -> None:
np.array([0.0, 0.0, 0.0, 0.0]),
np.array([2, -10, -10, -28]),
np.array([5, 5, 16, 16]),
np.array([-0.0022167, 0.0084233, 0.007448 , 0.023408 ]),
np.array([-0.0022167, 0.0084233, 0.007448, 0.023408]),
),
(
False,
Expand All @@ -1172,7 +1172,7 @@ def test_t_matrix_matrix(param, angle, res) -> None:
np.array([0.0, 0.0, 0.0, 0.0]),
np.array([-1.9124334, 10.085739, 13.1376393, 34.2740601]),
np.array([-5.0341433, -4.8247144, -7.7719003, -15.4041813]),
np.array([-0.0022167, 0.0084233, 0.0108173, 0.028728 ]),
np.array([-0.0022167, 0.0084233, 0.0108173, 0.028728]),
),
],
)
Expand Down

0 comments on commit 10cf288

Please sign in to comment.