NumCosmoMath.ABC.run

@accepts(NumCosmoMath.ABC, int)
@returns(none)
def run(self, n):
    # Python wrapper for ncm_abc_run()
  

Runs the montecarlo until it reaches the n-th realization. Note that if the first_id is non-zero it will run n - first_id realizations.

self

a NumCosmoMath.ABC

n

total number of realizations to run