You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting this error at the end of repeated Achilles runs and only resolved it by deleting the log_achilles file and starting a fresh run. I think the error was due to the fact that Achilles kept appending logs to that file run over run, and then parseLogs was getting info from previous runs in the mix?
Users should be able to specify the name of the logfile to avoid this situation, and perhaps Achilles should also append the run timestamp to the default name.
The text was updated successfully, but these errors were encountered:
I was getting this error at the end of repeated Achilles runs and only resolved it by deleting the log_achilles file and starting a fresh run. I think the error was due to the fact that Achilles kept appending logs to that file run over run, and then parseLogs was getting info from previous runs in the mix?
Achilles/R/Achilles.R
Line 1127 in 247b86d
Users should be able to specify the name of the logfile to avoid this situation, and perhaps Achilles should also append the run timestamp to the default name.
The text was updated successfully, but these errors were encountered: