![]() |
pyLM
v1.1
A Python Problem Solving Environment for the simulation of stochastic biological systems
|
Variables | |
tuple | parser = argparse.ArgumentParser(description="Print info on simulation file") |
tuple | args = parser.parse_args() |
tuple | tf = float(hdf['Parameters'].attrs['maxTime']) |
list | t = sim['LatticeTimes'] |
tuple | n = len(sim['Lattice']) |
tuple peekFile.args = parser.parse_args() |
tuple peekFile.n = len(sim['Lattice']) |
tuple peekFile.parser = argparse.ArgumentParser(description="Print info on simulation file") |
list peekFile.t = sim['LatticeTimes'] |
tuple peekFile.tf = float(hdf['Parameters'].attrs['maxTime']) |