Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Aug 19, 2024
1 parent d34a94f commit 1d14437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion andes/variables/dae.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ def set_t(self, t):
"""
Helper function for setting time in-place.
"""
# use in-place assignment
self.t[...] = np.array(t, dtype=float)

def get_size(self, name):
Expand Down

0 comments on commit 1d14437

Please sign in to comment.