changeset 348:25862d166f88 draft

Uploaded
author francesco_lapi
date Thu, 04 Sep 2025 22:41:30 +0000
parents bae19cd2194f
children 39993b9d5ec8
files COBRAxy/custom_data_generator.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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