Skip to content

Commit

Permalink
Fixed whitespace issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidmahmood committed Sep 20, 2023
1 parent 9cd3d3d commit 2310561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andes/core/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def set(self, src, idx, attr, value):
self.system.dae.Tf[state.a[uid]] = instance.v[uid]
uid_int = state.a[uid].item()
self.system.TDS.Teye[uid_int, uid_int] = instance.v[uid]

return True

def alter(self, src, idx, value):
Expand Down

0 comments on commit 2310561

Please sign in to comment.