Mercurial > repos > bimib > marea_2
changeset 78:aa1f89b66721 draft
Uploaded
| author | luca_milaz | 
|---|---|
| date | Fri, 19 Jul 2024 19:45:39 +0000 | 
| parents | 705cfa161913 | 
| children | 0122965378c7 | 
| files | marea_2/custom_data_generator.py | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/marea_2/custom_data_generator.py Fri Jul 19 19:43:48 2024 +0000 +++ b/marea_2/custom_data_generator.py Fri Jul 19 19:45:39 2024 +0000 @@ -129,7 +129,7 @@ trueMedium.append(r) return trueMedium -def generate_bounds(model:cobra.Model) -> Dict[ReactionId, (float, float)]: +def generate_bounds(model:cobra.Model) -> Dict[ReactionId, Tuple[float, float]]: bounds = { reaction.id : (reaction.lower_bound, reaction.upper_bound)
