pyam icon indicating copy to clipboard operation
pyam copied to clipboard

support more flexible `weights` arguments in `compute.quantiles()`

Open gidden opened this issue 3 years ago • 0 comments

At present compute.quantiles() as implemented in https://github.com/IAMconsortium/pyam/pull/686 is relatively strict in its weights argument, requiring a pd.Series with name weight. More flexible arguments could be provided (e.g., lists of correct length), but that functionality would need to be implemented and tested.

gidden avatar Dec 15 '22 17:12 gidden