Skip to content

Commit

Permalink
fix box formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stelmo committed Jul 25, 2024
1 parent 62202a5 commit bd28974
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 bd28974

Please sign in to comment.