- 04 Feb, 2018 1 commit
-
-
Jonathan Blackman authored
For approximants which do not implement spins, the spins are verified to be zero.
-
- 27 Jan, 2018 2 commits
-
-
Adam Mercer authored
CONTRIBUTING.md: added contribuion guide See merge request lscsoft/lalsuite!72
-
walks through forking, feature branches, push, and merge requests
-
- 26 Jan, 2018 10 commits
-
-
Adam Mercer authored
add nightly clang build See merge request lscsoft/lalsuite!71
-
Adam Mercer authored
-
Adam Mercer authored
use hidden Dockerfile for GitLab-CI See merge request lscsoft/lalsuite!70
-
Adam Mercer authored
Cw staging See merge request lscsoft/lalsuite!68
-
Adam Mercer authored
refs #16
-
Reinhard Prix authored
Added 'CW' specific .gitlab-ci-CW.yml, copied from .gitlab-ci.yml See merge request CW/lalsuite!20
-
Reinhard Prix authored
-
Reinhard Prix authored
- starting with original version for reference - refs https://git.ligo.org/CW/lalsuite/issues/2
-
Reinhard Prix authored
Cw staging See merge request lscsoft/lalsuite!64
-
Adam Mercer authored
update pkgconfig fix regex to work in forks Closes #17 See merge request lscsoft/lalsuite!67
-
- 25 Jan, 2018 6 commits
-
-
Adam Mercer authored
really closes #17
-
Adam Mercer authored
fix paths in pkgconfig file in nightly container Closes #17 See merge request lscsoft/lalsuite!66
-
Adam Mercer authored
closes #17
-
Adam Mercer authored
Remove albert use from lalsuite container See merge request lscsoft/lalsuite!65
-
-and some minor cleanup
-
Thomas Downes authored
-
- 19 Jan, 2018 8 commits
-
-
Adam Mercer authored
Add MOCORDER to list of ignored FITS header cards See merge request lscsoft/lalsuite!62
-
Leo P. Singer authored
The MOCORDER card is housekeeping information for multi-order coverage maps. It is not part of the useful metadata.
-
Adam Mercer authored
Remove duplicate definition of outline_text See merge request lscsoft/lalsuite!61
-
Adam Mercer authored
Refactor angle utilities into separate module See merge request lscsoft/lalsuite!60
-
Leo P. Singer authored
It is defined identically in healpix.py in the same directory.
-
Adam Mercer authored
Fix out-of-bounds values in coastline GeoJSON file See merge request lscsoft/lalsuite!59
-
Leo P. Singer authored
I am preparing to use these from another module. I have to refactor these methods to avoid an import loop.
-
Leo P. Singer authored
There were a few vertices with longitudes that were epsilon larger than 180 degrees. This was causing some projection artifacts in some other code that I am working on.
-
- 18 Jan, 2018 1 commit
-
-
Adam Mercer authored
Remove deprecated offsetvector comparison See merge request lscsoft/lalsuite!57
-
- 17 Jan, 2018 5 commits
-
-
Leo P. Singer authored
Calling `cmp` on instances of `offsetvector` is deprecated because `cmp` is gone in Python 3. See lscsoft/glue!19.
-
Adam Mercer authored
LALSimInspiralWaveformFlags.h: add cplusplus See merge request lscsoft/lalsuite!55
-
Adam Mercer authored
LALSimIMRNRWaveforms.c: adding XLALH5FileClose See merge request lscsoft/lalsuite!56
-
Sebastian Khan authored
-
Sebastian Khan authored
-
- 16 Jan, 2018 3 commits
-
-
Adam Mercer authored
Pulsar tests sorting Closes #9 See merge request lscsoft/lalsuite!54
-
Adam Mercer authored
This reverts commit 59624459.
-
closes #9
-
- 12 Jan, 2018 1 commit
-
-
Adam Mercer authored
disable building of lalstochastic by default See merge request lscsoft/lalsuite!14
-
- 11 Jan, 2018 3 commits
-
-
Adam Mercer authored
lalstochastic hasn't been used for a long time, this is the first step in removing the code. the steps to remove this will be: 1) disable the code from building by default (this commit). 2) remove the ability to build the codes at all. 3) remove the code itself. this is going to be done in these steps to make getting the codes back easier, the build system will change therefore if the codes are removed in the same commit as updating the build system to not build them it will be harded to revert if the codes are ever needed again.
-
Adam Mercer authored
Fix lalinference.bayestar.postprocess.find_ellipse doctests Closes #11 See merge request lscsoft/lalsuite!52
-
Leo P. Singer authored
Fixes #11.
-