astrofrog / sedfitter

Python version of the SED fitter from Robitaille et al., 2007, ApJS 169 328
http://sedfitter.readthedocs.org
BSD 2-Clause "Simplified" License
20 stars 22 forks source link

ndistances can't be a float in recent versions of numpy #73

Closed keflavich closed 1 year ago

keflavich commented 3 years ago

This fixes an issue where logspace was being given a non-integer number of steps

astrofrog commented 1 year ago

I think this should be fixed in main - however I didn't include ceil, just int() - maybe adding ceil would be a good idea, so could you rebase this?