I am using Pycharm Community 4.5.4. I am running a program that takes a very long time to complete.
Unfortunately, I have a print statement that comes before the line that saves the data accumulated which has an error. I ran the print line by itself and confirmed that the line will fail.
It is possible that I made the change after I ran the program and so it won't fail but I can't be sure. The portion of code takes about 90 hours to complete and I have about 30 left if the execution time stays around the average.
So, if it fails, is there any way to recover the data?
Just to be clear, I am running and not debugging. Also, I am line profiling to see how each 2.5 hour iteration's time is spent.