silvio.extensions.records package

Submodules

silvio.extensions.records.growth_record module

The Growth record stores a possible growth outcome.

TODO: Currently not using as GrowthBehaviour.grow is outputting a DataFrame.
Think about it, but I believe using Records (and maybe Registries) could be better. For example, a GrowthRegistry could be a specialized table that can be queried for aggregated records or plots.
class silvio.extensions.records.growth_record.GrowthOutcome[source]

Bases: silvio.record.Record, abc.ABC

_abc_impl = <_abc._abc_data object>
clone() → silvio.extensions.records.growth_record.GrowthOutcome[source]