Debug#

Utilities for printing diagnostic information. Call print_cohort_debug_info() (or the convenience method debug_print()) when filing a GitHub issue — it captures cohort state, source configuration, and environment details in a single output.

corr_vars.utils.debug.print_cohort_debug_info(cohort)[source]#

Prints useful information about Cohort objects.

Parameters:

cohort (Cohort)

Return type:

None

corr_vars.utils.debug.print_debug_info()[source]#

Prints the current package version, interpreter path, and other useful information.

Return type:

None