Skip to content

Commit

Permalink
Found branch where sim is normal. Will fix later.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-bio committed Jan 10, 2024
1 parent 41ea294 commit 7994957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecoli/experiments/metabolism_redux_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def run_ecoli_with_metabolism_redux_classic(
raw_output=False,
save=True,
save_times=[1, 200, 400, 600, 800, 1000, 1200, 1300, 1400],
condition = "basal", # basal, with_aa
fixed_media = "minimal" # minimal, minimal_plus_amino_acids
condition = "with_aa", # basal, with_aa
fixed_media = "minimal_plus_amino_acids" # minimal, minimal_plus_amino_acids
):
# filename = 'default'
sim = EcoliSim.from_file(CONFIG_DIR_PATH + filename + ".json")
Expand Down

0 comments on commit 7994957

Please sign in to comment.