Skip to content

Commit

Permalink
fixes neuroinformatics-unit#454: Add a rolling mean filter - comment …
Browse files Browse the repository at this point in the history
…correction
  • Loading branch information
ArismitaM committed Mar 3, 2025
1 parent dccf34c commit a73f8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit/test_filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_filter_with_nans_on_position(
self, filter_func, filter_kwargs, valid_dataset, helpers, request
):
"""Test NaN behaviour of the median, mean and SG filters.
Both filters should set all values to NaN if one element of the
All filters should set all values to NaN if one element of the
sliding window is NaN.
"""
# Expected number of nans in the position array per individual
Expand Down

0 comments on commit a73f8ef

Please sign in to comment.