Deleted global_variable.py
-- Not used
-- Didn't work
Separated responsabilities of TimeStamp -- simulation now responsible for storing step_count -- time_stamp.py responsible for formatting step_count into time values
Refactored source code to adapt to TimeStamp changes
I refactored it based on our discussion at the last meeting. There were a lot of changes to the code but it is basically adapting the code to the changes of TimeStamp. The main change is at src/util/time_stamp.py. I already tested a quick 10 minutes simulation, and based on the log it seems to be working alright.
I didn't test the dashapp because I don't understand where the modified is used. @JasonJiangs if you could test the dash app in this branch before merging would be ideal.
Deleted global_variable.py -- Not used -- Didn't work
Separated responsabilities of TimeStamp -- simulation now responsible for storing step_count -- time_stamp.py responsible for formatting step_count into time values
Refactored source code to adapt to TimeStamp changes
I refactored it based on our discussion at the last meeting. There were a lot of changes to the code but it is basically adapting the code to the changes of TimeStamp. The main change is at src/util/time_stamp.py. I already tested a quick 10 minutes simulation, and based on the log it seems to be working alright.
I didn't test the dashapp because I don't understand where the modified is used. @JasonJiangs if you could test the dash app in this branch before merging would be ideal.