ClimateImpactLab / open-estimate

Crowd-Sourcing Model Aggregation Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Clip Calculation, like numpy.clip

brews opened this issue · comments

New feature needed for labor projections in downstream project.

This would basically implement numpy.clip for the model specifications.

Clip would need to accept the model/calculation/whatever-we-call-it to limit, as well as the min/max values we want to limit it to.