You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
````````````````
: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
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
The text was updated successfully, but these errors were encountered: