def get_output_filename()

in src/process_results/main.py [0:0]


def get_output_filename(filename):
    file_name, _ = os.path.splitext(filename)
    return file_name + "-results.txt"