LSSTDESC / sacc

Save All Correlations and Covariances
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

Tiny bug in `remove_tracers` #77

Closed damonge closed 1 year ago

damonge commented 2 years ago

If a tracer combination contains two tracers to be removed, sacc will try to remove that tracer combination twice, triggering an "empty index" warning that could throw people off. I think this fixes it.

joezuntz commented 1 year ago

Thanks both - yep, this looked good so I’ve merged.