Alex Nitz

Results 109 comments of Alex Nitz

@rutujagurav This also worked within conda when I create a clean env and install the 4 packages you listed. I assume the packages were installed with `pip` given that you...

@titodalcanton Actually, I think I spotted a bug in the logic here. In the template code, it uses "min_buffer" as something in addition to the duration of the signal itself....

@spxiwh The first template generation is from this line here. https://github.com/gwastro/pycbc/blob/master/bin/pycbc_live#L195 And that's used for the snr time series snippet (not the background estimate which needs to be longer).

@titodalcanton You could have both the original and jittered distance in the same injection file. They just have to have different names. I think the only thing that I don't...

@xuyumeng For toolkit functionality it is not usually needed. It is needed in some inference-related cases though as fork is the only method which reliable preserves copy on write (faster...

@xuyumeng I think in this case, you can turn the error into a warning. That way it will make a good faith attempt to set the context, but provide a...

@xuyumeng I think you just need to rebase this from master so we can check the tests complete. Also can you confirm this solves the issue on your side? If...

@xuyumeng You update the branch to master, so we can double check that the tests pass before merging? That's the only thing preventing this from being added. You can use...

@spxiwh I'm not sure it's true that dax-file-directory won't be set outside a subworkflow. If you run the minifollowups by hand it will be since it's hardcoded there, no? Maybe...

Recall that it is used to condition the whitening filter to prevent wraparound corruption. That still needs to be done, so you may need to look a bit deeper.