Simple Cause
This module contains tools for creating a minimal representation of a cause as required by observers.
- class vivarium_public_health.results.simple_cause.SimpleCause(state_id, model, cause_type)[source]
A simple dataclass to represent the bare minimum information needed by observers.
It also includes a class method to convert a provided cause into a
SimpleCauseinstance.