Alex Nitz

Results 109 comments of Alex Nitz

@sgaebel Can you look at how we've done this in https://github.com/gwastro/pycbc/blob/master/pycbc/noise/reproduceable.py and see if you can re-use some of the same functions and style there? Hopefully you can see how...

A little more info is needed on how much speed-up (wall-time) is desired and what kind of parameters are used. In general, I think it's better to optimize the code...

A PR has been submitted for gwsurrogate to add integration https://github.com/sxs-collaboration/gwsurrogate/pull/29

@duncanmmacleod I think you are right. Can you clarify how this environment can exist though? I guess we should not rely on this, but is it possible to have a...

Also, not for self, that the suggestion normally is to use importlib.resources (new in python 3.7) which we now *can* do as we've dropped python3.6 support. That may be the...

Ok, we'll need to rerquire setuptools as we still support python3.7 and the stdlib approach above doesn't work with the APIs we need until python 3.8. See https://docs.python.org/3/library/importlib.metadata.html

@jakeb245 Once this is complete, I might suggest adding a unittest similar to what we have for the coincident search workflow (i.e. a full run of some analysis but with...

@GarethCabournDavies This has been approved for a while. I think it just needs a rebase so all the tests pass and it can be merged.

@ReinhardPrix Thanks for bringing this back to the foreground. I'll take a look at this this week and see what best path forward is on this.

@ReinhardPrix Just for order of operations, if we can more quickly remove the dependency on lalsimulation, but temporarily may need lal itself, does this work for you? Presumably you bring...