--- a +++ b/src/experiments/common.py @@ -0,0 +1,8 @@ + +# 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 \ No newline at end of file