Skip to content

Commit 1a495c8

Browse files
committed
chore: remove print
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent c593e7b commit 1a495c8

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

main/como/create_context_specific_model.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ def _build_with_imat(
316316
exp_thresholds=expr_thesh,
317317
core=force_gene_ids,
318318
epsilon=0.01,
319-
solver=solver.upper(),
319+
solver=solver.upper()z
320+
,
320321
)
321322
algorithm = IMAT(s_matrix, np.array(lb), np.array(ub), properties)
322323
context_rxns: npt.NDArray = algorithm.run()
@@ -426,12 +427,6 @@ def _build_model( # noqa: C901
426427
force excluded even if they meet GPR association requirements using the force exclude file.
427428
"""
428429
config = Config()
429-
430-
cobra_config = cobra.Configuration()
431-
print(cobra_config.solver)
432-
cobra_config.solver = solver.lower()
433-
print(cobra_config.solver)
434-
435430
reference_model: cobra.Model
436431
match general_model_file.suffix:
437432
case ".mat":

0 commit comments

Comments
 (0)