lisa.stats: Avoid displaying unwanted stats
When using Stats(stats={'mean': None}), this triggers the computation of associated statistics like the Standard Error of the Mean (sem) or the Standard Deviation (std). Since the user might not be interested in those, only show them if e.g. {'sem': None} is passed.
Loading
Please register or sign in to comment