-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idf.run() does a saveas("in.idf") - is this needed ? #398
Comments
Observations:
This has not caused users any problems yet, since there have been no issues opened on this. So ignore it for the moment. Is there a purpose to doing
Is there a problem with
Possible solution to the zeppy issue:
|
Holding off on taking any steps based on the above comment It would still be useful to have the following functions:
This has been largely coded and it allows zeppy to work correctly. Open a new issue on this and implement |
fixing issue #401 fixed this issue |
idf.run()
does asaveas("in.idf")
- is this needed ?older versions of E+ would simulate the file
in.idf
This is not true in the newer versions of E+
Should the
saveas("in.idf")
be removed ?It is causing problems in zeppy pyenergyplus/zeppy#20
The text was updated successfully, but these errors were encountered: