Zach Pace

Results 2 issues of Zach Pace

It appears that `extinction` only works with 1-d wavelength inputs. Example: import extinction import numpy as np a = extinction.fitzpatrick99( wave=np.random.uniform(3800., 10000., (1000, 10, 10)), r_v=3.1, a_v=1.) --------------------------------------------------------------------------- ValueError Traceback...

I have been trying to install marvin through conda, by building a recipe using `skeleton`, instead of `pip`, on python 3.6. My environment looks like this: ```astropy 2.0.3 py36h14c3975_0 attrs...