# HG changeset patch # User francesco_lapi # Date 1757025690 0 # Node ID 25862d166f88bc5102c245474e284bd8229214f9 # Parent bae19cd2194ff224ba07e9e7ceca09dc59bcbe1c Uploaded diff -r bae19cd2194f -r 25862d166f88 COBRAxy/custom_data_generator.py --- a/COBRAxy/custom_data_generator.py Thu Sep 04 22:25:44 2025 +0000 +++ b/COBRAxy/custom_data_generator.py Thu Sep 04 22:41:30 2025 +0000 @@ -266,6 +266,7 @@ out_data_path = out_data_path + ".csv" merged.to_csv(out_data_path, sep="\t", index=False) + print(f"Custom data generated for model '{model_name}' and saved to '{out_data_path}'") if __name__ == '__main__': main() \ No newline at end of file