Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidmahmood committed Sep 20, 2023
1 parent 3c29ef4 commit 9cd3d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions andes/core/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +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 9cd3d3d

Please sign in to comment.