changeset 261:db3f82d4c519 draft

Uploaded
author luca_milaz
date Sun, 04 Aug 2024 15:11:45 +0000
parents 85e5a73eb6d2
children d3688d572259
files marea_2/flux_to_map.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/flux_to_map.py	Sun Aug 04 15:06:31 2024 +0000
+++ b/marea_2/flux_to_map.py	Sun Aug 04 15:11:45 2024 +0000
@@ -857,6 +857,10 @@
     colors_mean_rgb = {k: [reds_cmap(v) for v in arr] for k, arr in means.items()}
     colors_mean = {k: rgba_to_hex(np.mean(c, axis=0)) for k, c in colors_mean_rgb.items()}
 
+    utils.logWarning(
+        colors_mean,
+        ARGS.out_log)
+
     for rxn_id in ids:
         arrow = Arrow(width=5, col=colors_median[rxn_id])
         arrow.applyTo(rxn_id, metabMap_median, arrow.toStyleStr())