Skip to content
Snippets Groups Projects
Commit c361118b authored by Ebunoluwa Makinde's avatar Ebunoluwa Makinde
Browse files

Update Co-culture Model/co_culture_model_version_4_bc_production (2).py

parent 99ce3782
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ def xdot(x,t): ...@@ -44,7 +44,7 @@ def xdot(x,t):
"""### Simulation Results""" """### Simulation Results"""
IC = [0.05, 0.15, 19,0,0,0] #K. xylinus, E. Coli, Substrate IC = [0.15, 0.47, 19,0,0,0] #K. xylinus, E. Coli, Substrate
t = np.linspace(0,7,250) t = np.linspace(0,7,250)
sol = odeint(xdot,IC,t) sol = odeint(xdot,IC,t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment