LSSTDESC / clevar

GNU General Public License v3.0
7 stars 2 forks source link

Optimize code with map instead of for loops #106

Open m-aguena opened 2 years ago

m-aguena commented 2 years ago

Apply map(), which is much faster than for loops, when possible.