Add a check on quantile values #73
Labels
Good First Issue
Good to start with if you're new to sam
Priority: Low
Issues that have no or little impact on current version. No fix or workaround required
Type: Maintenance
Issues regarding outdated code, documentation or dependency related issues
You can supply the sam models with quantile values outside of the 0,1 range, but this will lead to -Inf losses, maybe good to add a line that checks if all the quantile values lie within the [0, 1] range and if not, throw an error
The text was updated successfully, but these errors were encountered: