Commit 3345fdf
Enable pre-commit pylint check in linalg module (#1827)
* Enable pre-commit pylint check in linalg module
* Split helping linalg functions into smaller functions
* Apply pylint rules to linalg interface
* Resolve reshape issue in _norm_tuple_axis
* Update dpnp/linalg/dpnp_iface_linalg.py
Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com>
---------
Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com>1 parent 91355bc commit 3345fdf
File tree
5 files changed
+1431
-1137
lines changed- dpnp/linalg
5 files changed
+1431
-1137
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
| |||
0 commit comments