Mercurial > repos > bimib > cobraxy
changeset 157:d02c0b55a47b draft
Uploaded
| author | francesco_lapi | 
|---|---|
| date | Tue, 12 Nov 2024 14:13:34 +0000 | 
| parents | ebd2065dbdc2 | 
| children | 30acaa01df61 | 
| files | COBRAxy/flux_simulation.py | 
| diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] | 
line wrap: on
 line diff
--- a/COBRAxy/flux_simulation.py Tue Nov 12 14:08:53 2024 +0000 +++ b/COBRAxy/flux_simulation.py Tue Nov 12 14:13:34 2024 +0000 @@ -381,9 +381,6 @@ global ARGS ARGS = process_args(args) - - if not os.path.exists(ARGS.output_path): - os.makedirs(ARGS.output_path) model_type :utils.Model = ARGS.model_selector
