Skip to content

Commit

Permalink
Merge pull request #56 from COBREXA/sew-doc-blocks-fix
Browse files Browse the repository at this point in the history
Fix warning box in mmdf section
  • Loading branch information
exaexa authored Jul 25, 2024
2 parents 62202a5 + bd28974 commit 6134fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples/05c-mmdf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ reference_flux = Dict(
"TPI" => 1.0,
)

#!!! warning "Only the signs are extracted from the reference solution"
# It is most convenient to pass a flux solution into `reference_flux`, but take care about the fluxes with value near 0: Their desired sign may be a subject to floating-point robustness error. By default, `max_min_driving_force_analysis` considers everything that is approximately zero (via `isapprox`) to have zero flux, with the appropriate implications to concentration balance.
#md # !!! warning "Only the signs are extracted from the reference solution"
#md # It is most convenient to pass a flux solution into `reference_flux`, but take care about the fluxes with value near 0: Their desired sign may be a subject to floating-point robustness error. By default, `max_min_driving_force_analysis` considers everything that is approximately zero (via `isapprox`) to have zero flux, with the appropriate implications to concentration balance.

# ## Solving the MMDF problem

Expand Down

0 comments on commit 6134fa6

Please sign in to comment.