pyenergyplus / witheppy

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

eplaunch function that runs a single file #19

Closed santoshphilip closed 5 years ago

santoshphilip commented 5 years ago

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)