Skip to content

Commit 8b93b73

Browse files
author
Christopher Henry
committed
Debugging
1 parent db48982 commit 8b93b73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modelseedpy/multiomics/msexpression.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,9 @@ def fit_model_flux_to_data(
781781
else:
782782
off_hash[rxn.id] = expr_value+1
783783

784+
print("On:", on_hash)
785+
print("Off:", off_hash)
786+
784787
# Task 3.8-3.9: Log dictionary sizes
785788
logger.info(f"Identified {len(on_hash)} reactions for activation (above threshold {activation_threshold})")
786789
logger.info(f"Identified {len(off_hash)} reactions for deactivation (below threshold {deactivation_threshold})")

0 commit comments

Comments
 (0)