We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5b52d commit ea0e125Copy full SHA for ea0e125
pandapower/pypower/makeLODF.py
@@ -28,7 +28,7 @@
28
@jit(nopython=True)
29
def update_LODF_diag(LODF): # pragma: no cover
30
for ix in range(LODF.shape[0]):
31
- # To preserve the data type of diagnol elments
+ # To preserve the data type of diagonal elements
32
LODF[ix, ix] -= (LODF[ix, ix] + 1.)
33
34
0 commit comments