When the order of models input to COBRA and then to COMETS changes, the results are changed.
cobra.io.read_sbml_model(model_1)
cobra.io.read_sbml_model(model_2)
has different results from:
cobra.io.read_sbml_model(model_2)
cobra.io.read_sbml_model(model_1)
Why is that?
How can it be eliminated?
I use
COBRA version 0.22.1
COMETSpy version 0.4.16
Python version 3.9.7
When the order of models input to COBRA and then to COMETS changes, the results are changed.
cobra.io.read_sbml_model(model_1)
cobra.io.read_sbml_model(model_2)
has different results from:
cobra.io.read_sbml_model(model_2)
cobra.io.read_sbml_model(model_1)
Why is that?
How can it be eliminated?
I use
COBRA version 0.22.1
COMETSpy version 0.4.16
Python version 3.9.7