[735bb5]: / src / experiments / common.py

Download this file

8 lines (7 with data), 219 Bytes

1
2
3
4
5
6
7
# Auxiliar Functions
# ------------------
def final_repetition(init_repetiton: int = 0, n_repetitions: int = 5):
"""
Returns the final repetition to be executed
"""
return init_repetiton + n_repetitions