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
Currently the code has inconsistent handling for changing properties of the descriptor objects. Many of the properties are available through public attributes of the objects, but sometimes changing them after initialization can lead to a broken setup.
This should be fixed by introducing a python property for each attribute that can be changed after the construction of an object. A property can then trigger the necessary actions for updating the setup of the whole object.
The text was updated successfully, but these errors were encountered:
Currently the code has inconsistent handling for changing properties of the descriptor objects. Many of the properties are available through public attributes of the objects, but sometimes changing them after initialization can lead to a broken setup.
This should be fixed by introducing a python property for each attribute that can be changed after the construction of an object. A property can then trigger the necessary actions for updating the setup of the whole object.
The text was updated successfully, but these errors were encountered: