pyenergyplus / witheppy

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

fix for issue #19 #20

Closed santoshphilip closed 5 years ago

santoshphilip commented 5 years ago

fixed issue #19 eplaunch_run(idf)

Problem: Most people are used to using EPLaunch to run a single idf file. The output files have expected names and expected locations. IDF.run() does not do this out of the box

Solution: Mimic this functionality of EPLaunch with a function called eplaunch_run(idf)