I am trying to access the values of the summary table after FBA analysis or more precisly the different flux values. I am not able to use the module cobra.flux_balance_analysis.sample.
Here is a working example
import cobra
from cobra.test import create_test_model
from cobra.core import Metabolite, Reaction, Model
model = create_test_model("textbook")
model.optimize()
model.summary()
I would like to get the float of objectives, biomass_ecoli_core.