caranha / Koudou

Modular small community simulator
GNU General Public License v3.0
2 stars 2 forks source link

Fixed TimeStamp #47

Closed AndreRoure closed 1 year ago

AndreRoure commented 1 year ago

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.