changeset 254:32d015071c5c draft

Uploaded
author francesco_lapi
date Wed, 19 Feb 2025 12:08:06 +0000
parents 9f54608b776c
children 9f78303dbd88
files COBRAxy/flux_to_map.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/flux_to_map.py	Wed Feb 19 11:51:07 2025 +0000
+++ b/COBRAxy/flux_to_map.py	Wed Feb 19 12:08:06 2025 +0000
@@ -882,6 +882,8 @@
            for i, col in enumerate(dataset.columns)}
     })
 
+    print(new_rows)
+
     # Ritorna il dataset originale con le nuove righe
     dataset.reset_index(inplace=True)
     dataset = pd.concat([dataset, new_rows], ignore_index=True)