pyenergyplus / witheppy

Python packages built using eppy
MIT License
8 stars 2 forks source link

runandget is failing with zeppy #35

Open santoshphilip opened 3 years ago

santoshphilip commented 3 years ago

maybe has something to do with the same in.idf from 2 runs in the same folder clashing ?? (energyplus copies idf file to in.idf in the current folder and then runs it)

:solution: copy the idf to a temp folder, change dir to that folder. So the in.idf stays in that folder and there is no clash. Do a try .. exception .. finally to return to original folder