Skip to content

Commit

Permalink
Update _tensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Dec 11, 2024
1 parent e28bf5b commit 8607b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/felupe/math/_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def inv(A, determinant=None, full_output=False, sym=False, out=None):
" ".join(
[
"Wrong shape of first two axes.",
"Must be (1, 1), (2, 2) or (3, 3) but {A.shape[:2]} is given.",
f"Must be (1, 1), (2, 2) or (3, 3) but {A.shape[:2]} is given.",
]
)
)
Expand Down

0 comments on commit 8607b63

Please sign in to comment.