Skip to content

Commit 4833f26

Browse files
committed
chore: fix typo
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent 1a495c8 commit 4833f26

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

main/como/create_context_specific_model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,7 @@ def _build_with_imat(
316316
exp_thresholds=expr_thesh,
317317
core=force_gene_ids,
318318
epsilon=0.01,
319-
solver=solver.upper()z
320-
,
319+
solver=solver.upper(),
321320
)
322321
algorithm = IMAT(s_matrix, np.array(lb), np.array(ub), properties)
323322
context_rxns: npt.NDArray = algorithm.run()

0 commit comments

Comments
 (0)