We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db48982 commit 8b93b73Copy full SHA for 8b93b73
modelseedpy/multiomics/msexpression.py
@@ -781,6 +781,9 @@ def fit_model_flux_to_data(
781
else:
782
off_hash[rxn.id] = expr_value+1
783
784
+ print("On:", on_hash)
785
+ print("Off:", off_hash)
786
+
787
# Task 3.8-3.9: Log dictionary sizes
788
logger.info(f"Identified {len(on_hash)} reactions for activation (above threshold {activation_threshold})")
789
logger.info(f"Identified {len(off_hash)} reactions for deactivation (below threshold {deactivation_threshold})")
0 commit comments