Wenping-Cui / Eco_functions

Simulations for Consumer-Resource Models
2 stars 1 forks source link

CVXOPT_crossfeeding errors out #1

Open mortonjt opened 5 years ago

mortonjt commented 5 years ago

If one specifies the crossfeeding and cvxopt options in the command line, an error about Nf not being initialized will be raised

https://github.com/Emergent-Behaviors-in-Biology/typical-random-ecosystems/blob/master/Simulations/Eco_function/Model_cavity.py#L450

So it looks like the block within the try block never gets run.

Wenping-Cui commented 5 years ago

Hey, Jamie

I am sorry that I just noticed your submitted issue. I try to run with "python main.py --d 'crossfeeding' --s 'CVXOPT'" in my current version and did not find the error you reported. Does it still exist?