jbirky / apogee_tools

Modeling tools for SDSS/APOGEE spectra
http://apogee-tools.readthedocs.io/
MIT License
2 stars 3 forks source link

Continue instead of return 0 #28

Open wei-lingfeng opened 1 year ago

wei-lingfeng commented 1 year ago

I noticed that the rest of the function replaced the return 0 with continue. So probably should be the same here. https://github.com/jbirky/apogee_tools/blob/246bf530add6fb1f2b400c8eb01fd22d6f4859bd/apogee_tools/utils/search.py#L268