sweetpea.metrics module¶
This module provides functionality for collecting metrics about a specific block in an experimental design.
- sweetpea.metrics.collect_design_metrics(block)¶
Given a block, this function will collect various metrics pertaining to the block and return them in a dictionary.
- Parameters
block (sweetpea.blocks.Block) –
- Return type
Dict