Skip to content

Commit 73b8a57

Browse files
committed
Rephrase comment to make the summary fit in one line
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2b06f69 commit 73b8a57

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/timeseries/test_periodic_feature_extractor.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,10 @@ async def test_011(
236236

237237

238238
async def test_profiler_calculate_np() -> None:
239-
"""
240-
Test the calculation of the average using a numpy array and compare it
241-
against the pure python method with the same functionality.
239+
"""Test calculating the average with numpy and a pure python version.
240+
241+
Calculate the average using a numpy array and compare the run time against the pure
242+
python method with the same functionality.
242243
"""
243244
data = np.array([2, 2.5, 1, 1, 1, 2])
244245
async with init_feature_extractor_no_data(4) as feature_extractor:

0 commit comments

Comments
 (0)