From 34b97b5c3c95c9a251ad8d7359b79b7bab65831b Mon Sep 17 00:00:00 2001 From: stelmo <stelmozors@gmail.com> Date: Thu, 1 Apr 2021 13:54:44 +0200 Subject: [PATCH] fixed tests and formatted --- src/sampling/sampling_tools.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sampling/sampling_tools.jl b/src/sampling/sampling_tools.jl index 083c53dcd..90551e75f 100644 --- a/src/sampling/sampling_tools.jl +++ b/src/sampling/sampling_tools.jl @@ -3,7 +3,8 @@ Generate warmup points for all the reactions in the model that are not fixed. Assumes you feed in a JuMP model that is already -constrained i.e. the constrains are already applied into `cbm`. +constrained i.e. the constrains are already applied into cbm. +Note, extra constraints applied to ubs and lbs will have no effect. numstop (maximum value is 2*number of warmup points). Reduce this to prematurely stop finding warmup points. -- GitLab