diff COBRAxy/src/flux_simulation.py @ 549:4c5fdcefce8e draft default tip

Uploaded
author francesco_lapi
date Wed, 29 Oct 2025 11:09:38 +0000
parents 5aef7b860706
children
line wrap: on
line diff
--- a/COBRAxy/src/flux_simulation.py	Tue Oct 28 11:04:40 2025 +0000
+++ b/COBRAxy/src/flux_simulation.py	Wed Oct 29 11:09:38 2025 +0000
@@ -363,9 +363,9 @@
 
     validation = model_utils.validate_model(model_input)
 
-    print("\n=== MODEL VALIDATION ===")
-    for key, value in validation.items():
-        print(f"{key}: {value}")
+    #print("\n=== MODEL VALIDATION ===")
+    #for key, value in validation.items():
+    #    print(f"{key}: {value}")
 
     model_input.solver.configuration.verbosity = 1
     
@@ -644,4 +644,4 @@
         
 ##############################################################################
 if __name__ == "__main__":
-    main()
\ No newline at end of file
+    main()