# HG changeset patch # User francesco_lapi # Date 1739966886 0 # Node ID 32d015071c5c9b76db523a3e98e5671a9593c25d # Parent 9f54608b776cc4fd5cf0da2f3bb7ebcfb5565364 Uploaded diff -r 9f54608b776c -r 32d015071c5c COBRAxy/flux_to_map.py --- 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)