# HG changeset patch # User francesco_lapi # Date 1731431648 0 # Node ID b5a26d1c4fdcf55ba7f77e37a6311e298be14a19 # Parent 9159e12b03fa9ba32057aee66d1a353f72ed5fc0 Uploaded diff -r 9159e12b03fa -r b5a26d1c4fdc COBRAxy/flux_simulation.py --- a/COBRAxy/flux_simulation.py Tue Nov 12 17:11:17 2024 +0000 +++ b/COBRAxy/flux_simulation.py Tue Nov 12 17:14:08 2024 +0000 @@ -114,7 +114,6 @@ def write_to_file(dataset: pd.DataFrame, name: str, keep_index:bool=False)->None: dataset.index.name = 'Reactions' - print(ARGS.output_path + "/" + name + ".csv") dataset.to_csv(ARGS.output_path + "/" + name + ".csv", sep = '\t', index = keep_index) ############################ dataset input ####################################