SainsburyWellcomeCentre / aeon_experiments

Experiment workflows for Project Aeon
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

D:/ProjectAeon directory gets deleted from Aeon3 occasionally #513

Closed jkbhagatio closed 1 month ago

jkbhagatio commented 5 months ago

Not sure why this happens, maybe something to do with Robocopy when an epoch finishes.

glopesdev commented 5 months ago

@jkbhagatio yes, this is likely Robocopy. Does it create any problems with the workflow? I feel that it shouldn't be a problem.

glopesdev commented 2 months ago

Looks like the robocopy process crashes if the directory does not exist the first time, so this needs to be revisited.

aspaNeuro commented 1 month ago

I was testing this and yes robocopy deletes the folder if empty at the end, and it is supposed to do so, Also, test that when robocopy crashes when the folder is empty, the next one that runs 1h after will succeed if the folder exists.