Alex Nitz
Alex Nitz
@titodalcanton @Fergus-Hayes I think I know what the issue is. Given the options, there are actually *multiple* PSDs being generated which cover slightly different times. The save command is getting...
The reason it doesn't fail for the .txt output, is that it's just overwriting the file and you'll end up with whatever the last PSD was.
@rutujagurav Thanks for the report. I quickly tested on my personal machine with python 3.7.3 (don't have 3.6 on hand) and python 2.7.16. It seems to work on both for...
@rutujagurav So did you install through the conda packages? I didn't check that. Lalsuite might be packaged differently there. I'll give that a try.
@acorreia61201 You'll want to rebase this PR, get the unittest to pass with your PR, and then demonstrate how this compares to say calling BBHx directly. E.g. can you post...
Ok, I think for this to make the most sense we need to (1) drop python 3.8 / 3.9 support (2) build pycbc with numpy 2.0 as recommended https://numpy.org/devdocs/dev/depending_on_numpy.html#adding-a-dependency-on-numpy (3)...
Note, at the moment, docker / venv are kept at python 3.9, but this seems to work and notably numpy is making releases for python3.9 with numpy 2.0. I don't...
@spxiwh Can you please review? There is one blocking issue now, which is that the tutorials need to be updated to work and that is a blocking issue for merging,...
@BeltMarDani Thanks this example may be out of date since the options to the code have evolved somewhat. In the meantime, here's an example we include as part of the...