penaltymodel
penaltymodel copied to clipboard
Create central location for default energy ranges
Current Problem It would be good if the default energy ranges for linear/quadratic biases were stored in one central location rather than hardcoded in the different packages
Proposed Solution
Add the default ranges to penaltymodel-core.
from penaltymodel.core.constants import default_linear_range
or similar.