malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

stack start and end time in log file are wrong #26

Closed malonzo47 closed 5 years ago

malonzo47 commented 5 years ago

The log file is not properly recording start or end time for a stack run. In the example below, the start time was around 16:10 (give or take) and only ran for like 10 or 20 seconds. This example used 11 cores.

2018-10-31 16:31:06,722 - pynita.utils.logging - INFO - Stack start time: Wed Oct 31 16:31:06 2018 2018-10-31 16:31:06,785 - pynita.utils.logging - INFO - Parameters in ini file used 2018-10-31 16:31:06,785 - pynita.utils.logging - INFO - Parameters in ini file used 2018-10-31 16:31:06,785 - pynita.utils.logging - INFO - Parameters in ini file used 2018-10-31 16:31:06,785 - pynita.utils.logging - INFO - Parameters in ini file used 2018-10-31 21:40:17,807 - pynita.utils.logging - INFO - Stack end time: Wed Oct 31 21:40:17 2018 2018-10-31 21:40:17,807 - pynita.utils.logging - INFO - Stack end time: Wed Oct 31 21:40:17 2018 2018-10-31 21:40:17,807 - pynita.utils.logging - INFO - Stack end time: Wed Oct 31 21:40:17 2018 2018-10-31 21:40:17,807 - pynita.utils.logging - INFO - Stack end time: Wed Oct 31 21:40:17 2018 2018-10-31 21:40:17,948 - pynita.utils.logging - INFO - Stack running time (seconds): 18551.08504295349

vasusingla commented 5 years ago

I think this hasn' happened for quite some time, maybe it was caused by something else? Closing it for now.