Nikko Cleri

Results 4 issues of Nikko Cleri

I am currently following the [worked example ](https://linmix.readthedocs.io/en/latest/example.html) listed under the documentation. Following the example code exactly, everything works fine until `lm = linmix.LinMix(x, y, xsig, ysig , K =...

When running the following code to extract spectra for G141 observations of EGS, I get the following error: `PermissionError: [Errno 1] Operation not permitted: '/tmp/aegis-01-bhj-39-000.0-f140w_tmpwcs.fits'` Any idea where this could...

Hi Gabe - it looks like [Ne V] 3426 is mislabeled in the default line list: ``` 'NeVI-3426_FLUX' ``` is probably meant to be ``` 'NeV-3426_FLUX' ```

When attempting the imports in the Grizli Pipeline Demo such as `from grizli import multifit` I get the following error: `ImportError: cannot import name 'disperse' from partially initialized module 'grizli.utils_c'...