Hi, I got the following problem running plot_flux_space function on the iMM904 model (no modification from the BiGG). Am I missing any argument? Thank you in advance and beautiful module!
import cobra
import straindesign as sd
model = cobra.io.read_sbml_model("iMM904.xml")
product_id = "EX_etoh_e"
biomass_id = "BIOMASS_SC5_notrace"
sd.plot_flux_space(model, (biomass_id, product_id))
Empty plot and several warnings:
WARNING:root:Computing matrix rank or Delaunay simplices failed.