-
Hi,
I was trying to run your docker container in singularity, but it fails:
```
$ singularity build pycbc.sif docker://pycbc/pycbc-el7:latest
...
ERROR: build: failed to make environment syml…
-
This issue came up initially as a bug filed against PyCBC in [issue 3184](https://github.com/gwastro/pycbc/issues/3184). Because the existing script for creating singularity images from docker images …
-
It seems that the models.SingleTemplate(...) functions have a problem. It returns the following error:
TypeError: __init__() got multiple values for keyword argument 'psds'
-
When prepending zeros to a TimeSeries and then accessing the content of the TimeSeries through a slice(len(TimeSeries)-, len(TimeSeries)) it returns an empty array. This happens because the roll func…
-
https://github.com/gwastro/pycbc/blob/e5f6325e15b978adf2e4d93ea64ff23b9c811cfa/examples/inference/bbh-injection/injection.ini#L9
It should be ``` inclination ``` right?
Thanks all.
-
### Version of Singularity:
What version of Singularity are you using? Run:
```
$ singularity version
3.5.3
```
### Expected behavior
What did you expect to see when you do...?
…
-
https://github.com/gwastro/pycbc/blob/812b518c61e2cf26dfe79eb91ceec19c666b08c4/pycbc/filter/matchedfilter.py#L1237
Here two floating-point numbers are compared with an `==` operator. This test can …
-
Hello,
I want to use the code of [BBH software injection example](http://pycbc.org/pycbc/latest/html/inference.html) to generate a injection signal and using pycbc_inference to find the parameters…
-
During a replay analysis running with version 1.15.5, PyCBC Live uploaded a candidate with different template parameters in different detectors. Some of the template parameters reported in the `foregr…
-
Hi,
Is it possible to use something like tqdm to show a progress bar in a `MultiPool` call?
Thanks!