We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049bb13 commit d7ac196Copy full SHA for d7ac196
pyspod/spod_streaming.py
@@ -29,7 +29,7 @@ class SPOD_streaming(SPOD_base):
29
the `SPOD_base` class.
30
"""
31
def __init__(self, X, params, data_handler, variables):
32
- """Constructor of SPOD_streaming."""
+ """Constructor of SPOD_streaming."""
33
super().__init__(X, params, data_handler, variables)
34
35
def fit(self):
0 commit comments