def data_frame_d(request): # Set the parameters links_coeffs, time, seed_val = request.param # Generate the dataframe return gen_data_frame(links_coeffs, time, seed_val)
def data_frame_a(request): # Set the parameters links_coeffs, time, seed_val = request.param # Generate the dataframe return gen_data_frame(links_coeffs, time, seed_val), links_coeffs