Alex Nitz
Alex Nitz
## Motivation This moves pycbc to 3.10 as the minimum python version. This is consistent with upstream numpy release schedule which we in principle try to sync to. This will...
This is the work in progress PR for a new extremely fast sampling algorithm. It requires some externally generated files (not provided yet). The code is in preview / toy...
This implements two features into the marginalized time model. 1) it can now take a 'sample_rate' argument. If given, a different sample rate can be used for the marginalization than...
lal adds a warning now whenever it is imported. This is somewhat annoying especially in a notebook. I think we should just silence these.
The previous PR #4716 allowed python 3.12 tests to run and for that we needed to build against numpy2.0. However, we had not lifted the restriction to require older numpy...
@cdcapano I think this is something both of us will need to handle, but the inference tutorials need to drop emcee_pt so that we can get them working on python3.12...
Pegasus has remove the "--verbose" flag as an option to pegasus-status in the latest releases. We need to update our 'status' shell script to work with this.
This is just for fun testing around with pytorch. It breaks all tests atm and doesn't really do anything interesting except some basic array stuff.
Use double precision for (expecially) the higher order interpolation, even if the input / output is single precision. This ensures consistent accuracy. We are seeing for the higher order interpolation...