Skip to content
Snippets Groups Projects
Commit 0edcd320 authored by Wernle, Alexandra Nicole's avatar Wernle, Alexandra Nicole
Browse files

Fixed linting errors

parent 69637b4d
No related branches found
No related tags found
1 merge request!194Changed dst_tot to calculate average regardless of nan values and added a new count
...@@ -69,7 +69,7 @@ class AverageAlgorithm(Algorithm): ...@@ -69,7 +69,7 @@ class AverageAlgorithm(Algorithm):
) )
def process(self, timeseries): def process(self, timeseries):
"""averages a channel across multiple stations and counts available """averages a channel across multiple stations and counts available
observatories per timestep observatories per timestep
Parameters Parameters
......
...@@ -8,7 +8,7 @@ from numpy.testing import assert_array_equal, assert_equal ...@@ -8,7 +8,7 @@ from numpy.testing import assert_array_equal, assert_equal
def test_process(): def test_process():
"""AverageAlgorithm_test.test_process() """AverageAlgorithm_test.test_process()
confirms that the output of the algorithm is the average of two confirms that the output of the algorithm is the average of two
stations and ignores the third. stations and ignores the third.
""" """
......
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