Why does ACCC restart python?
I was writing a script to automate a group of accc runs. The code works fine (with the exception of a unicode warning) until I get to the end where the acccwithdsp_3 command is run. It seems to complete the command and outputs the line:
AC Contingency analysis results "filePath.acc" are ready for graphical display
The problem is that it then sits for a bit and restarts. The commands are in a loop so that the process is repeated multiple times but it never makes it past the first one. I also inlcuded some print commands right after just to see if it would run them and it never makes it past the accc.
Does anyone know why this happens or a solution for it? Thanks!!