John Parejko
John Parejko
I filed https://github.com/pdbpp/fancycompleter/pull/41 to update fancycompleter, but that PR didn't get any responses.
Also change `conda` to `mamba` where it works (which isn't quite everywhere: e.g. `mamba activate ENV` doesn't work.
These pages also should be updated to reflect the newer install process (e.g. `pip install -e .[test]`)/make links to the virtual env docs more prominent: * https://docs.astropy.org/en/latest/development/workflow/development_workflow.html * https://docs.astropy.org/en/latest/development/workflow/get_devel_version.html#test-your-development-copy
As I noted on slack: there's a bunch of intertwined information on the above three pages, so someone who understands how it all links together should probably make the PR,...
`mamba activate ENV` gives the following message; maybe you ran that command yourself previously? This is with the lsst science pipelines Conda install. ``` Run 'mamba init' to be able...
The reason I suggested it is that mamba is drastically faster at solving. I don't know what the difference is like in miniconda vs. e.g. the LSST environment, but the...
Just saw this now, while searching for the other RGB-related issues. Thanks for catching this, @blanton144 ! The error came from the original code (from Robert!) that I copied out...
Thank you for noticing that, @jmeyers314 ! Making sure our psf candidate sources are as large as the model size seems to have done the trick, and I'm implementing checks...
I'll ping this one, as I also have a custom exception with documented methods that don't show up in our output docs because of this: This docstring and method: https://github.com/lsst/pipe_base/blob/fe85a52a0f82f086f2117950cdcd6b2501af1b7c/python/lsst/pipe/base/_status.py#L165...