From 727056fa196338e3802816f6ef65dbc4b519a19a Mon Sep 17 00:00:00 2001 From: Vincent Wieland <90847066+vwiela@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:48:58 +0200 Subject: [PATCH] Update C.py Add simultaneous and pointwise strings for the choice of confidence regions. --- pypesto/C.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pypesto/C.py b/pypesto/C.py index 61f4eb449..bedac2b93 100644 --- a/pypesto/C.py +++ b/pypesto/C.py @@ -35,6 +35,9 @@ ENSEMBLE_TYPE = 'ensemble_type' PREDICTIONS = 'predictions' +SIMULTANEOUS = 'simultaneous' +POINTWISE = 'pointwise + LOWER_BOUND = 'lower_bound' UPPER_BOUND = 'upper_bound' PREEQUILIBRATION_CONDITION_ID = 'preequilibrationConditionId'