We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e6f64 commit c2cc6f5Copy full SHA for c2cc6f5
1 file changed
GPflowOpt/models.py
@@ -52,7 +52,7 @@ def __setattr__(self, key, value):
52
1) If setting :attr:`wrapped` attribute, point parent to this object (the ModelWrapper).
53
2) Setting attributes in the right objects. The following rules are processed in order:
54
(a) If attribute exists in wrapper, set in wrapper.
55
- (b) If not object wrapped yet, set in wrapper.
+ (b) If no object has been wrapped (wrapper is None), set attribute in the wrapper.
56
(c) If attribute is found in the wrapped object, set it there. This rule is ignored for AF storages.
57
(d) Set attribute in wrapper.
58
"""
0 commit comments