Skip to content

Commit f9f8010

Browse files
Merge origin/impl_pinv into impl_pinv
2 parents a7bb8e0 + 35dede1 commit f9f8010

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
2323
with:
2424
python-version: '3.11'
25-
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0
25+
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

tests/test_usm_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ def test_pinv(shape, hermitian, usm_type):
857857
a = dp.random.randn(*shape)
858858

859859
a = dp.array(a, usm_type=usm_type)
860-
B = dp.lialg.pinv(a, hermitian=hermitian)
860+
B = dp.linalg.pinv(a, hermitian=hermitian)
861861

862862
assert a.usm_type == B.usm_type
863863

0 commit comments

Comments
 (0)