demiangomez / Parallel.GAMIT

Python wrapper to parallelize GAMIT executions
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

Check existence of gpsppp.stc before copying #55

Closed demiangomez closed 4 months ago

demiangomez commented 4 months ago

File gpsppp.stc is not critical for processing, so check if it exists first and then copy.

https://github.com/demiangomez/Parallel.GAMIT/blob/602f6052d27071ff601f66c9286eab5804f569e8/classes/pyPPP.py#L304

Optionally we could maybe create an empty one.