Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
user1823 authored Dec 2, 2024
1 parent e52433d commit 5a6b3f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ def retention_stability(lim) -> tuple:
# x[1]: stability
# x[2]: same nid count
# x[3]: nid
elapse_stability_list = filter(
lambda x: x[1] is not None, elapse_stability_list
)
elapse_stability_list = filter(lambda x: x[1] is not None, elapse_stability_list)
retention_stability_list = list(
map(
lambda x: (
Expand Down

0 comments on commit 5a6b3f1

Please sign in to comment.