MCPcopy Create free account
hub / github.com/TimSchell98/PyWorld3-03 / loop0_exogenous

Method loop0_exogenous

pyworld3/population.py:469–474  ·  view source on GitHub ↗

Run a sequence to initialize the exogenous parameters (loop with k=0).

(self)

Source from the content-addressed store, hash-verified

467 self.fpc[k] = self.f[k] / self.pop[k]
468
469 def loop0_exogenous(self):
470 """
471 Run a sequence to initialize the exogenous parameters (loop with k=0).
472
473 """
474 self.loopk_exogenous(0)
475
476 def loop0_population(self, alone=False):
477 """

Callers 1

loop0_populationMethod · 0.95

Calls 1

loopk_exogenousMethod · 0.95

Tested by

no test coverage detected