Leo Singer
Leo Singer
> Did you forget to put a different repo for `#237` link above? 🤔 Whoops! Fixed.
> Please add a description to this PR to describe in words the goal. Thanks. Done.
> One question, would this allow for _no_ units to be passed and interpreted as wavenumbers (1/micron)? There is the [`astropy.modeling.Model.input_units_allow_dimensionless` attribute](https://docs.astropy.org/en/stable/api/astropy.modeling.Model.html#astropy.modeling.Model.input_units_allow_dimensionless`) that you can set on model classes, but...
The latest versions of LALSuite support Numpy 1.x and 2.x. Would you please retry this?
It's failing to install pypmc from source, but it's trying to build an old version when there are newer ones with wheels available.
> Do I need to make a new release of sbank with wheels built against numpy >= 2? Yes. If you build against Numpy >= 2, then the wheel will...
## Package Review *Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide* - [x]...
@irideselby, please see https://codeberg.org/JPHackstein/GREOPy/issues/22, related to the **Metadata** item above.
@irideselby, please add the following status badges: - Continuous integration and test coverage - A [repostatus.org](https://www.repostatus.org/) badge - Python versions supported (https://shields.io can provide this)
@irideselby, the commands in the Quickstart fail with this error: ``` --------------------------------------------------------------------------- PicklingError Traceback (most recent call last) Cell In[10], line 3 1 from greopy.emitter_observer_problem import eop_solver ----> 3 light_rays...