:mod:`memote.experimental.growth` ================================= .. py:module:: memote.experimental.growth .. autoapi-nested-parse:: Provide an interface for growth experiments. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.experimental.growth.GrowthExperiment .. py:class:: GrowthExperiment(**kwargs) Bases: :class:`memote.experimental.experiment.Experiment` Represent a growth experiment. .. !! processed by numpydoc !! .. attribute:: SCHEMA :annotation: = growth.json .. method:: load(self, dtype_conversion=None) Load the data table and corresponding validation schema. :Parameters: **dtype_conversion** : dict Column names as keys and corresponding type for loading the data. Please take a look at the `pandas documentation `__ for detailed explanations. .. !! processed by numpydoc !! .. method:: evaluate(self, model) Evaluate in silico growth rates. .. !! processed by numpydoc !!