We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af29bae commit 2b7669cCopy full SHA for 2b7669c
source_py3/python_toolbox/math_tools/sequences.py
@@ -92,7 +92,7 @@ def shitfuck(k, recurrence_counter):
92
if k_ == 1:
93
for recurrence_counter_, sub_counters_counter in level.items():
94
_shitfuck_cache[(k_, recurrence_counter_)] = \
95
- len(recurrence_counter_)
+ recurrence_counter_.n_elements
96
else:
97
98
_shitfuck_cache[(k_, recurrence_counter_)] = sum(
0 commit comments