pyenergyplus / eppy3000

E+ Scripting Language using the epJSON file format
Mozilla Public License 2.0
7 stars 3 forks source link

write a function similar to idf.run() from eppy #69

Closed santoshphilip closed 3 years ago

santoshphilip commented 3 years ago

A fast hack for this is to convert the epj file to idf and run it using eppy. Wrap it in a function in eppy3000, so it looks like eppy3000 is running it.

This would be a stop gap. Later a pure eppy3000 version can be written

santoshphilip commented 3 years ago

completed