danielriosgarza / MAMBO

GNU General Public License v3.0
12 stars 4 forks source link

list index out of range #10

Open ghost opened 4 years ago

ghost commented 4 years ago
Traceback (most recent call last):
File "<stdin>", line 3, in <module>
File "bottom_up_ecology.pyx", line 104, in bottom_up_ecology.single_MCMC_run
IndexError: list index out of range

Have you run into this before? I am trying to run the following:

for i in xrange(100000):
    print(i)
    bte.single_MCMC_run(numpy.random.random_integers(0, len(metabs)), models, initial_environment, metabs, relative_abundance, evolution_of_exchange_reactions , i)
990201 commented 1 year ago

Hello, have you solved your problem?