We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c5107 commit c69ba1cCopy full SHA for c69ba1c
1 file changed
output_analysis.py
@@ -77,7 +77,7 @@ def __init__(
77
self._sq = None
78
self.alpha = alpha
79
self._observers = []
80
- if not observer is None:
+ if observer is not None:
81
self.register_observer(observer)
82
83
if isinstance(data, np.ndarray):
0 commit comments