Low-level things that have defaults that the user can optionally configure can cause unexpected behavior and be difficult to figure out what the value actually is. Any such defaults should only appear at the highest level (e.g. the command-line argparser can have a default for it if the user doesn't set it) but shouldn't appear anywhere below that.
Places to look for this: hypo/_hypo_kernels.py, tables/, etc.
Low-level things that have defaults that the user can optionally configure can cause unexpected behavior and be difficult to figure out what the value actually is. Any such defaults should only appear at the highest level (e.g. the command-line argparser can have a default for it if the user doesn't set it) but shouldn't appear anywhere below that.
Places to look for this: hypo/_hypo_kernels.py, tables/, etc.