Skip to content

Commit 2e2b3b4

Browse files
Remove unnecessary fixme in stats.py
1 parent 10389b7 commit 2e2b3b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frouros/utils/stats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ def permutation( # pylint: disable=too-many-arguments,too-many-locals
262262
iterable=tqdm(permuted_data) if verbose else permuted_data,
263263
).get()
264264

265-
# FIXME: explore if abs must be used in permuted_statistic # pylint: disable=fixme
266265
return permuted_statistics
267266

268267

0 commit comments

Comments
 (0)