Source code for pymgipsim.VirtualPatient.Models.Physact.Heartrate2Energyexp.States
import numpy as np
[docs]
class States:
def __init__(self):
self.EE: np.ndarray = np.array([], dtype=float)
self.as_array: np.ndarray = np.array([], dtype=float)
self.state_names = ['EE']
self.state_units = ['-']