Skip to content
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

in idf.newidfobject(self, key, aname="", ... **kwargs) remove aname #394

Closed
santoshphilip opened this issue Oct 7, 2022 · 1 comment
Closed
Assignees

Comments

@santoshphilip
Copy link
Owner

in idf.newidfobject(self, key, aname="", ... **kwargs)
remove aname
aname has been depreceated for while. Remove it . It is getting in the way of code development

@santoshphilip santoshphilip self-assigned this Oct 7, 2022
@santoshphilip
Copy link
Owner Author

santoshphilip commented Oct 7, 2022

fixed issue #394

:Problem: In idf.newidfobject(self, key, aname="", ... **kwargs), aname is depreciated
:Solution: remove aname from newidfobject

santoshphilip pushed a commit that referenced this issue Oct 7, 2022
````````````````

:Problem: idf.newidfobject() will not work if you make it with more extensible fields than there are in the IDD
:Solution: Increase the extensible fields of the IDD (in memory of eppy) to match the fields in idf.newidfobject()

The previous log item saying is fixed issue #393 is really issue #394
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant