You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tx_log.csv file can become quiet big. The file is missing information such as topology type making the noise generation rely on the aler_members.csv file in the tmp folder, which is not ideal.
Expected Behavior
The log file should be information and size effective.
What Needs to be Done
Add necessary information.
Make the log file more size efficient.
Make a load function such that the loaded data can be handled by the rest of the code.
Change column names.
How Can It Be Tested or Reproduced
Generate data and test if the data can be preprocessed.
The text was updated successfully, but these errors were encountered:
Issue
Problem Description
The tx_log.csv file can become quiet big. The file is missing information such as topology type making the noise generation rely on the aler_members.csv file in the tmp folder, which is not ideal.
Expected Behavior
The log file should be information and size effective.
What Needs to be Done
How Can It Be Tested or Reproduced
Generate data and test if the data can be preprocessed.
The text was updated successfully, but these errors were encountered: