From 42759c7441bf0ae8fe9dfb5b6e3223de34d9ba47 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 30 Jan 2024 16:11:22 +0100 Subject: [PATCH] reference_model is not a function --- src/frontend/moma.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/moma.jl b/src/frontend/moma.jl index 4c6d23e0..de90094f 100644 --- a/src/frontend/moma.jl +++ b/src/frontend/moma.jl @@ -55,10 +55,10 @@ end $(TYPEDSIGNATURES) A slightly easier-to-use version of -[`minimization_of_metabolic_adjustment`](@ref) that computes the -reference flux as the optimal solution of the [`reference_model`](@ref). The -reference flux is calculated using `reference_optimizer` and -`reference_modifications`, which default to the `optimizer` and `settings`. +[`minimization_of_metabolic_adjustment`](@ref) that computes the reference flux +as the optimal solution of the `reference_model`. The reference flux is +calculated using `reference_optimizer` and `reference_modifications`, which +default to the `optimizer` and `settings`. Leftover arguments are passed to the overload of [`minimization_of_metabolic_adjustment`](@ref) that accepts the