Mercurial > repos > bimib > cobraxy
comparison COBRAxy/flux_simulation_beta.py @ 477:f3c3af900de2 draft
Uploaded
| author | luca_milaz |
|---|---|
| date | Mon, 22 Sep 2025 15:50:03 +0000 |
| parents | c91c502f12e9 |
| children | a036b8d3642f |
comparison
equal
deleted
inserted
replaced
| 476:fa9ee9ff66cd | 477:f3c3af900de2 |
|---|---|
| 345 cell_name (str): Name of the cell, used to generate filenames for output. | 345 cell_name (str): Name of the cell, used to generate filenames for output. |
| 346 | 346 |
| 347 Returns: | 347 Returns: |
| 348 List[pd.DataFrame]: A list of DataFrames containing statistics and analysis results. | 348 List[pd.DataFrame]: A list of DataFrames containing statistics and analysis results. |
| 349 """ | 349 """ |
| 350 | |
| 351 returnList = [] | |
| 350 | 352 |
| 351 if ARGS.sampling_enabled == "true": | 353 if ARGS.sampling_enabled == "true": |
| 352 | 354 |
| 353 if ARGS.algorithm == 'OPTGP': | 355 if ARGS.algorithm == 'OPTGP': |
| 354 OPTGP_sampler(model_input, cell_name, ARGS.n_samples, ARGS.thinning, ARGS.n_batches, ARGS.seed) | 356 OPTGP_sampler(model_input, cell_name, ARGS.n_samples, ARGS.thinning, ARGS.n_batches, ARGS.seed) |
