Skip to content

Commit

Permalink
Merge pull request #54 from MetaSys-LISBP/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
llegregam authored Mar 12, 2024
2 parents 91ff665 + 93cb454 commit d0d85f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions physiofit/ui/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@ def process(args):
# If configuration file is present we launch the optimization
experiments = list(data["experiments"].unique())
data = data.set_index("experiments")
for exp in experiments:
logger.info(f"Running optimization for {exp}")
run_data = data.loc[exp, :].sort_values("time").copy()
run(run_data, args, logger, exp)
run(data, args, logger, experiments)
logger.info("Done!")
sys.exit()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "physiofit"
version = "3.3.3"
version = "3.3.4"
description = "Calculate extracellular fluxes from metabolite concentrations and biomass data"
authors = ["llegregam <[email protected]>"]
license = "GNU General Public License (GPL)"
Expand Down

0 comments on commit d0d85f2

Please sign in to comment.