Skip to content
Snippets Groups Projects
Commit 3da5dc7f authored by Bardhyl Miftari's avatar Bardhyl Miftari
Browse files

removing print

parent 41fcd1eb
No related branches found
No related tags found
No related merge requests found
Pipeline #14619 passed
......@@ -258,7 +258,6 @@ def main():
names_var_and_param, values_var_and_param = \
generate_list_values_tuple(program, x, C, indep_terms_c,
constraints_info=constraints_additional_information)
print(names_var_and_param)
write_csv(filename + ".csv", names_var_and_param,
values_var_and_param, transpose=args.col_csv)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment