Skip to content

Commit

Permalink
Rename TDS._csv_output() as TDS._csv_data_to_dae() for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Apr 16, 2024
1 parent 6792561 commit e0a703a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions andes/routines/tds.py
Expand Up @@ -237,7 +237,7 @@ def init(self):

# discard initialized values and use that from CSV if provided
if self.data_csv is not None:
self._csv_output()
self._csv_data_to_dae()

# connect to data streaming server
if system.streaming.dimec is None:
Expand Down Expand Up @@ -1091,7 +1091,7 @@ def check_criteria(self):
self.config.ddelta_limit)
return res

def _csv_output(self):
def _csv_data_to_dae(self):
"""
Helper function to fetch data when replaying from CSV file.
Expand Down

0 comments on commit e0a703a

Please sign in to comment.