def reformat_commit_code(commits, num_file, num_hunk, num_loc, num_leng): commits = reformat_file(commits=commits, num_file=num_file) commits = reformat_hunk(commits=commits, num_hunk=num_hunk, num_loc=num_loc, num_leng=num_leng) return commits
def reformat_commit_code_keras(commits, num_file): commits = reformat_file(commits=commits, num_file=num_file) return commits