CLIMADA-project / climada_python

Python (3.8+) version of CLIMADA
GNU General Public License v3.0
321 stars 125 forks source link

Avoid redundant calls to `np.unique` in `Impact.impact_at_reg` #848

Closed peanutfun closed 9 months ago

peanutfun commented 9 months ago

Changes proposed in this PR:

This seems to have been an oversight during the review of #642.

PR Author Checklist

PR Reviewer Checklist

sarah-hlsn commented 9 months ago

Looks good to me!