a | b/src/experiments/common.py | ||
---|---|---|---|
1 | |||
2 | # Auxiliar Functions |
||
3 | # ------------------ |
||
4 | def final_repetition(init_repetiton: int = 0, n_repetitions: int = 5): |
||
5 | """ |
||
6 | Returns the final repetition to be executed |
||
7 | """ |
||
8 | return init_repetiton + n_repetitions |