Skip to content
Snippets Groups Projects
Commit 10e8d5ba authored by arigdon-usgs's avatar arigdon-usgs
Browse files

fixed whitespace errors

parent f53cd356
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,8 @@ class AverageAlgorithm(Algorithm):
if ts.stats.starttime != self._stt:
raise AlgorithmException(
'Received timeseries have different starttimes')
count+=1
count += 1
def process(self, timeseries):
"""averages a channel across multiple stations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment