Duncan Macleod

Results 136 comments of Duncan Macleod

This use case seems extremely specific to the way the LIGO analogdigital controls system is configured. GWpy basically relies on Scipy for all of its actual signal processing routines (that's...

Can you post the full output of `conda list` for that environment? And also, just to be sure, does `python3 -c "from scipy import signal"` work?

@dethodav, I'm not really understanding the example where this bug presents itself, are you able to post a snippet of code to reproduce the failure?

The `TypeError` looks similar to the issue fixed by #1661, but I'm surprised that this is appearing with an older matplotlib. Can this issue be reproduced using gwpy 3.0.7 (the...

The current simple serial loop is implemented here: https://github.com/gwpy/gwpy/blob/724d296e1550967442150449207fc5cc7c18efcf/gwpy/timeseries/io/losc.py#L175-L188

@sancholp, apologies for the delay, I am having a very hard time finding any time for GWpy these days. Your PR looks good, I hope to be able to merge...

@rutujagurav, I'm sorry that I haven't been able to take the time to work out a solution for you. The best I can do without much thought is to point...

> I have requested some pedantic formatting changes (unsurprisingly), but would also like to ask that you update `pyproject.toml` to include the minimum version requirement for `inspiral-range`. The `detection_snr` keyword...

@hongyp007, I'm sorry, but I don't really understand the problem you are seeing. Are you able to post a snippet of python code that reproduces an error?

@ColmTalbot sorry for the delay, your summary is correct, `h` is universally-recognised as denoting 'hours', but LAL doesn't understand that so it is converting to 'seconds' (which it does). The...