Skip to content

Commit

Permalink
Hotfix 3 #79
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-Hades committed Feb 14, 2024
1 parent 5c122f6 commit 342399d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refinegems/analysis/growth.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def read_media_config(yaml_path:str) -> tuple[list[medium.Medium],list[str,None]
new_medium.name = name
# default name
else:
new_medium = medium.load_medium_from_db(name)
new_medium = load_medium_from_db(name)

# add subsets from DB
if p and 'add_subset' in p.keys():
Expand Down

0 comments on commit 342399d

Please sign in to comment.