Michael Kelley
                                            Michael Kelley
                                        
                                    As far as I understand, what needs to happen is that `@cite` creates a class that is a subclass of `A`, decorates its `__init__` function, then returns the result. This...
I've gotten this far, but notice how the signature of `__init__` is still based on the true class name: ```python from sbpy import bib def cite_class(citations): def class_decorator(cls): class ClassWrapper(cls):...
I'm not confident enough on my reflectance concepts to provide a quick answer, but perhaps we can find someone on our original proposal team to comment? I'll send an email...
When I search on this error, I see a lot of references to upgrading or reinstalling numpy. Does pip installing sbpy affect the numpy version or does it pip install...
@astronomerritt Apologies for missing this message! I do have a PR that updates a few things that might help. We'll get that merged ASAP.
Although it may be we need to do a release, since you are installing via conda. That will still take a couple weeks. But maybe re-building the conda package could...
Ah, got it. I'm seeing now that `astropy` ignores this warning. If we do the same, then the tests should pass. We will need to make a new release.
@astronomerritt In the meantime, are you able to add command line arguments to filter the warning out? Something like `-W ignore:numpy.ndarray size changed:RuntimeWarning` The documentation on the warnings filter is...
Addressed by #2466