Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Sep 26, 2024
1 parent cb90410 commit 4e98e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions timml/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ def equation(self):
mat[0:, ieq : ieq + e.nunknowns] += e.potinflayers(
self.xc[icp], self.yc[icp], self.layers
).sum(0)
ieq += e.nunknowns # I decreased the tab here
# else:
# mat[0, ieq:ieq+e. nunknowns] += -1
ieq += e.nunknowns # I decreased the tab here
# else:
# mat[0, ieq:ieq+e. nunknowns] += -1
else:
rhs[0] -= e.potentiallayers(
self.xc[icp], self.yc[icp], self.layers
Expand Down

0 comments on commit 4e98e9c

Please sign in to comment.