Skip to content

Commit ed35c2c

Browse files
committed
fix: solver must be uppercase
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent 8238efa commit ed35c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/como/create_context_specific_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def _build_with_imat(
316316
exp_thresholds=expr_thesh,
317317
core=force_gene_ids,
318318
epsilon=0.01,
319-
solver=solver,
319+
solver=solver.upper(),
320320
)
321321
algorithm = IMAT(s_matrix, np.array(lb), np.array(ub), properties)
322322
context_rxns: npt.NDArray = algorithm.run()

0 commit comments

Comments
 (0)